https://github.com/FayasNoushad/Remove-BG-Bot
A media background remover telegram bot with pyrogram framework.
https://github.com/FayasNoushad/Remove-BG-Bot
hacktoberfest pyrogram removebg telegram-bot
Last synced: 11 months ago
JSON representation
A media background remover telegram bot with pyrogram framework.
- Host: GitHub
- URL: https://github.com/FayasNoushad/Remove-BG-Bot
- Owner: fayasnoushad
- License: mit
- Created: 2021-05-19T14:57:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T19:11:00.000Z (about 2 years ago)
- Last Synced: 2025-07-22T06:56:40.097Z (11 months ago)
- Topics: hacktoberfest, pyrogram, removebg, telegram-bot
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 31
- Watchers: 1
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remove BG Bot
A telegram photos or videos background remover bot
---
## Variables
- `API_HASH` Your API Hash from my.telegram.org
- `API_ID` Your API ID from my.telegram.org
- `BOT_TOKEN` Your bot token from @BotFather
- `REMOVEBG_API` Your remove bg api from removebg.com/api
- `UNSCREEN_API` Your unscreen api from unscreen.com/api
---
## Commands
```
start - For start the bot
```
---
## APIs
- [Remove BG API](https://removebg.com/api)
- [Unscreen API](https://unscreen.com/api)
---