A Telegram bot to prevent spamming ads by MTProto (CLI) and API Bots.
- Python 3.6+
- Clone repository.
- Create a virtual environment using
virtualenv venvinside the cloned directory. - Activate the virtual environment using
source venv/bin/activate. - Install requirements using
pip install -r requirements.txt. - Rename
.env.exampleto.envand fill in the data. - Initialize the database using
python archie.py generate-db.
- Run the
app.pyfile, you can use something liketmuxorscreento run it in background.