SpamProtectionRobot

Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.

Requirements

  • Python >= 3.7

Install Locally Or On A VPS

$ git clone https://github.com/thehamkercat/SpamProtectionRobot

$ cd SpamProtectionRobot

$ pip3 install -U -r requirements.txt

$ cp sample_config.py config.py

Edit config.py with your own values

Run Directly

$ python3 -m spr

Heroku

Deploy

Docker

$ git clone https://github.com/TheHamkerCat/SpamProtectionRobot

$ cd SpamProtectionRobot

Edit config.env With Own Values.

$ sudo docker build . -t spr

$ sudo docker run spr

GitHub

https://github.com/TheHamkerCat/SpamProtectionRobot