This is a telegram bot, that can help you with uploading images on free image hosting https://freeimage.host/ and get direct links to them.
- Clone this repository
- Install requirements from requirements.txt
- Create .env file with your bot token and your freeimage.host api key
- Run main.py
- Enjoy!
That is super easy to use! Just send your image to bot and it will upload it to freeimage.host and send you direct link to it.
- Go to https://freeimage.host/page/api
- Copy API key
TOKEN=your_bot_token
FreeImage_API=your_api_key
- Go to secrets tab
- Add new secret called TOKEN and paste your bot token
- Add new secret called FreeImage_API and paste your freeimage.host api key
- Tap run button
- Enjoy!