Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.19 KB

File metadata and controls

32 lines (23 loc) · 1.19 KB

🤖 ChatSeparatorBot – Keep Your Group Chats Organized

A simple and efficient Telegram bot built with the TeleBot library.
🚀 Designed to automatically add a separator ("-") after each user message in a group chat, keeping conversations clean and structured.


🌟 Features

🔹 Auto-Separation – Automatically adds a "-" after every user message.
🔹 Lightweight & Fast – Runs smoothly on Heroku, VPS, or any Python-supported host.
🔹 Zero Configuration – Just add the bot to your group, and it works instantly!
🔹 Privacy-Friendly – Does not store messages or collect data.


🛠 Deployment Options

🚀 1- Click Deploy on Heroku

Deploy instantly on Heroku by clicking the button below:

Deploy


🖥 Manual Deployment (VPS or Local Machine)

Step 1: Install Dependencies

Make sure you have Python 3.8+ installed, then run:

git clone https://github.com/STKR2/ChatSeparatorBot.git
cd ChatSeparatorBot
pip install -r requirements.txt
python3 bot.py