https://github.com/stkr2/chatseparatorbot
A simple Telegram bot that automatically adds a separator ("-") after each user message in a group chat. Helps keep conversations clean and organized.
https://github.com/stkr2/chatseparatorbot
bot chat-separator group-management python telebot-bot telegram
Last synced: 3 months ago
JSON representation
A simple Telegram bot that automatically adds a separator ("-") after each user message in a group chat. Helps keep conversations clean and organized.
- Host: GitHub
- URL: https://github.com/stkr2/chatseparatorbot
- Owner: STKR2
- Created: 2025-03-15T20:28:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T21:48:25.000Z (3 months ago)
- Last Synced: 2025-03-15T22:21:49.364Z (3 months ago)
- Topics: bot, chat-separator, group-management, python, telebot-bot, telegram
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 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:[](https://heroku.com/deploy?template=https://github.com/STKR2/ChatSeparatorBot)
---
### 🖥 **Manual Deployment (VPS or Local Machine)**
#### **Step 1: Install Dependencies**
Make sure you have **Python 3.8+** installed, then run:
```sh
git clone https://github.com/STKR2/ChatSeparatorBot.git
cd ChatSeparatorBot
pip install -r requirements.txt
python3 bot.py