https://github.com/AmineSoukara/ImgBB-Bot
Telegram Bot That Hosts Your Image On imgbb.com And Returns Link
https://github.com/AmineSoukara/ImgBB-Bot
Last synced: 1 day ago
JSON representation
Telegram Bot That Hosts Your Image On imgbb.com And Returns Link
- Host: GitHub
- URL: https://github.com/AmineSoukara/ImgBB-Bot
- Owner: AmineSoukara
- License: mit
- Created: 2021-09-24T12:38:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T15:10:14.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:48:49.218Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 21
- Watchers: 1
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - AmineSoukara/ImgBB-Bot - Telegram Bot That Hosts Your Image On imgbb.com And Returns Link (Python)
README
ImgBB-Bot
Telegram Bot That Hosts Your Image On imgbb.com And Returns Link










❤ Deploy Your Own Bot :# Star 🌟 Fork 🍴 & Deploy
### -Easy Way
[](https://heroku.com/deploy?template=https://github.com/AmineSoukara/ImgBB-Bot/tree/main)### -Self-hosting (For Devs)
```python3
## Clone The Repo
git clone https://github.com/AmineSoukara/ImgBB-Bot
## Enter The Directory
cd ImgBB-Bot
## Install Requirements
pip3 install -r requirements.txt
## Run The Bot
python3 main.py
```
### -Mandatory Configs
```
[+] Make Sure You Add All These Mandatory Vars.
[-] API_ID: You can get this value from https://my.telegram.org
[-] API_HASH : You can get this value from https://my.telegram.org
[-] BOT_TOKEN : You can get this value from https://t.me/botfather
[-] API: You Can Get An API Key From https://api.imgbb.com.
[+] Bot will not work without setting the mandatory vars.
```