Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 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 (3 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
![GitHub Repo Stars](https://img.shields.io/github/stars/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Forks](https://img.shields.io/github/forks/AmineSoukara/ImgBB-Bot?color=0000&style=plastic&logo=github)
![GitHub Issues](https://img.shields.io/github/issues/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Closed Issues](https://img.shields.io/github/issues-closed/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Pull Requests](https://img.shields.io/github/issues-pr/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Closed Pull Requests](https://img.shields.io/github/issues-pr-closed/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Contributors](https://img.shields.io/github/contributors/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Repo Size](https://img.shields.io/github/repo-size/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)
![GitHub](https://img.shields.io/github/license/AmineSoukara/ImgBB-Bot?color=black&style=plastic&logo=github)# π€ Demo:
# π¨βπ» Deploy:
β€ Deploy Your Own Bot :# Star π Fork π΄ & Deploy
### -Easy Way
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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.
```