Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```