Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1017 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 1017 Bytes

What is this?

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.

How to install it?

  1. Clone this repository
  2. Install requirements from requirements.txt
  3. Create .env file with your bot token and your freeimage.host api key
  4. Run main.py
  5. Enjoy!

How to use it?

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.

How to get freeimage.host api key?

  1. Go to https://freeimage.host/page/api
  2. Copy API key

.env format

TOKEN=your_bot_token
FreeImage_API=your_api_key

Do not want host it your self? Try replit!

What next after deployment?

  1. Go to secrets tab
  2. Add new secret called TOKEN and paste your bot token
  3. Add new secret called FreeImage_API and paste your freeimage.host api key
  4. Tap run button
  5. Enjoy!