An open API service indexing awesome lists of open source software.

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.

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:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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