Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpechenenko/botcleaner
Telegram bot for removing duplicate forwarded message from channels.
https://github.com/kpechenenko/botcleaner
docker go telegram-bot
Last synced: 13 days ago
JSON representation
Telegram bot for removing duplicate forwarded message from channels.
- Host: GitHub
- URL: https://github.com/kpechenenko/botcleaner
- Owner: kpechenenko
- Created: 2025-01-26T09:51:42.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T10:15:30.000Z (15 days ago)
- Last Synced: 2025-01-26T10:29:11.205Z (15 days ago)
- Topics: docker, go, telegram-bot
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Botcleaner
Telegram bot for removing duplicate forwarded message from channels.
## Demo
I use a personal chat in the demo, but the bot also works for group chat when different people forward same messages.
![demo.gif](assets/demo.gif)
## Launch
1. Configuration
```bash
cp env-example .env
# fill in variables in .env
```2. Start
```bash
make run-img
```