QuickBB uploads images directly to your ImgBB account and copies the direct image URL to your clipboard
There is also an option to include it in your "Send To" context menu in Windows! This makes it even more convenient to run, and you will not have to run the script, just simply right-click on the image, and "send to" ImgBB!
- Run
pip install -r /path/to/requirements.txt
to install required packages - Create a FREE ImgBB account at https://imgbb.com/
- Navigate to https://api.imgbb.com/
- Click "Get API key", copy it
- Run
quickbb.py
- A new
api_key.yaml
file will be created and the script will end. Open it and add your API KEY after "key:" (ex. key: apikeyhere) - Save the .yaml file
- Re-run
quickbb.py
again - The image you upload will both be uploaded to your account AND the direct link will be copied to your clipboard for easy sharing!
- Open the tools folder and edit the
imgbb.cmd
file - Change the file path to the file path where the
quickbb.py
script is located - Open Windows File Explorer
- In the Address Bar, type
shell:sendto
- Copy the
imgbb.cmd
file to this folder - Right-click on your image, navigate to "Send To" and then click "imgbb.cmd"!
- The image you upload will both be uploaded to your account AND the direct link will be copied to your clipboard for easy sharing!
- This will only work with image files. If you attempt to upload anything other than an image, an error will be thrown and the script will exit