https://github.com/zotho/removebg_bot
Telegram bot for remove background on images
https://github.com/zotho/removebg_bot
api image-processing python selenium telegram-bot
Last synced: about 1 month ago
JSON representation
Telegram bot for remove background on images
- Host: GitHub
- URL: https://github.com/zotho/removebg_bot
- Owner: zotho
- License: gpl-3.0
- Created: 2020-03-22T16:46:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:51:43.000Z (about 3 years ago)
- Last Synced: 2023-03-06T04:33:26.906Z (almost 3 years ago)
- Topics: api, image-processing, python, selenium, telegram-bot
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# removebg_bot
Temegram bot for remove background on images
Change settings in `config.json`
Run parallel tasks:
```bash
cd imgs
python3 -m http.server
```
```bash
python3 removebg_bot.py
```
```bash
python3 remove_background.py
```