IMGUP is a simple CLI tool for uploading images to imgbb with ease.
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.
These instructions will guide you on how to set up and use IMGUP on your local machine.
Ensure you have Python 3.6 or newer installed.
pip install requests
pip install imgup
-
Clone the repository:
git clone https://github.com/decryptable/imgup.git
-
Navigate to the project directory:
cd imgup
-
Install the package locally:
pip install .
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
- @decryptable - Creator & Maintainer
See also the list of contributors who participated in this project.
- Inspiration from similar CLI tools
- Special thanks to the imgbb API team for their service