This is the code for the Telegram antispam bot to be used in openSUSE groups.
- Clone this repo:
git clone https://github.com/muadib/opensuse-antispam-bot.git - Launch the mongo database locally
- Create
.envwith the environment variables listed below - Run
yarn installin the root folder - Run
yarn distribute
And you should be good to go! Feel free to fork and submit pull requests. Thanks!
- Clone this repo:
git clone https://github.com/muadib/opensuse-antispam-bot.git - Replace the dummy environment variables in
docker-compose.ymlwith the ones listed below - Run
docker-compose up -d
TOKEN— Telegram bot tokenMONGO— URL of the mongo database
Also, please, consider looking at .env.sample.
Based on the amazing Shieldy bot https://github.com/backmeupplz/shieldy.
MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!