Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.
```

# Support