Originally developed by Dmitrii Skorinov.
His GitHub profile
Telegram bot to control spam in network-it.io telegram groups
- clone repo
git clone https://github.com/dskorinov/main.git
- change directory
cd ./main/telegram/checker
- rename config file
mv example.cfg config_checker.cfg
- don't forget about bot token:
- as env variable (-e BOT_TOKEN=your_token)
- as env-file variable (--env-file=path/to/file with BOT_TOKEN=your_token)
- change config file variable
- build and run docker
docker-compose up -d