Skip to content

Latest commit

 

History

History
87 lines (64 loc) · 3.03 KB

README.md

File metadata and controls

87 lines (64 loc) · 3.03 KB

Telegram Background Remover

Example

here's another wholesome example with telegram bot. (the ability to change background colors 🎨).

Example

Star This Repository ⭐

Special Features

Accurate Images 🖼

Fast and lightning ⚡

Force sub to channel ✌

Free and no limits 👌

Change Background Color 🎨

A Powerful telegram bot to remove background from an Image. Free and definitely unlimited with fastest processing.

Stars Forks Size
Python CodeFactor Maintenance Docker Pulls
Open Source Love svg2 Contributors PRs Welcome License
Sparkline

Necessary Fields

TOKEN = "Bot token"

MONGO_URI = "mongo db uri"

IMAGES_DIR = 'images' #Make a dictionary "images".

PRIVATE_CHANNEL_ID ='id' #id of the channel/group.

Edit these values in the main.py file 📁.

let's see how to host it.

Install necessary libraries and modules :-

pip install pyTelegramBotAPI
pip install pillow
pip install rembg
pip install pymongo

Run the telegram bot

python main.py

Links and Contacts 💘

Telegram Channel:- https://t.me/pittowpage

Telegram Contact:- https://t.me/pittopiooh

Email 📧:-
hubg34917@gmail.com

Special Thanks 🌹

  1. Removebg
  2. Telebot