Copy template env file and fill out the variables according to this guide
cp .env.example .env
Install all the dependencies
pip3 install -r requirements.txt
And run
python app.py
Add records by hand (as for now)
INSERT INTO channel (name, blaklist_words) VALUES ('telegram', 'adword1,adword2,adword3');