Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

filter out annoying ads

Notifications You must be signed in to change notification settings

sergeibershadsky/adblock_telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdBlockTelegram

Installation

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'); 

About

filter out annoying ads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages