Skip to content

simple CLI tool for uploading images to imgbb with ease.

Notifications You must be signed in to change notification settings

decryptable/imgup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgup

IMGUP

pip install imgup

Status GitHub Issues GitHub Pull Requests License


IMGUP is a simple CLI tool for uploading images to imgbb with ease.

📝 Table of Contents

🧐 About

IMGUP is a command-line interface (CLI) tool designed to simplify image uploads to the imgbb image hosting service. It supports single and multiple file uploads, providing URLs of the hosted images after successful uploads.

🏁 Getting Started

These instructions will guide you on how to set up and use IMGUP on your local machine.

Prerequisites

Ensure you have Python 3.6 or newer installed.

pip install requests

Installing

Install via pip (PyPI):

pip install imgup

Install from source:

  1. Clone the repository:

    git clone https://github.com/decryptable/imgup.git
  2. Navigate to the project directory:

    cd imgup
  3. Install the package locally:

    pip install .

🎈 Usage

To upload a single image:

imgup /path/to/image.png

To upload multiple images:

imgup /path/to/image1.png /path/to/image2.png

Example output:

Total of 2 file paths and URLs
Uploading...
Uploading 1/2
Uploading 2/2
Output URLs:
https://i.ibb.co.com/tcnKMN8/1733997716.png
https://i.ibb.co.com/zHcswJN/typora-icon-png.png

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

🎉 Acknowledgements

  • Inspiration from similar CLI tools
  • Special thanks to the imgbb API team for their service