Skip to content

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. I Will do future updates

License

AbhijithNT/TGImageHosting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Deploy

Installation

1. Clone the project repository

// With GitHub CLI
gh repo clone AbhijithNT/TGImageHosting
// With GitHub CLI 
$ git clone git@github.com: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

About

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. I Will do future updates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%