TGImageHosting
This is a simple bot that can be used to upload images to a third party cloud (image hosting). Currently, only the imgbb.com website supports the bot. Will do future updates
What is about this bot ?
- This bot uploads telegram files to a third-party server.
Usage
- Send any file or bot. Then select the third-party server you want to upload to.
Heroku Deploy
Installation
1. Clone the project repository
// With GitHub CLI
gh repo clone AbhijithNT/TGImageHosting
// With GitHub CLI
$ git clone [email protected]:AbhijithNT/TGImageHosting.git
// With GitHub CLI
$ git clone https://github.com/AbhijithNT/TGImageHosting.git
2. change directory
$ cd TGImageHosting
3. Install requirements
pip3 install -r requirements.txt
Config / Secrets environment variables
Copy .env.sample to .env and add your private information
API_ID=
API_HASH=
BOT_TOKEN=
4. Run the application
$ python -m bot