mik3sw / GoogleAssistantBot

Simple and Open source Telegram bot, for group managing (and fun)
https://t.me/pythonandroidbot
Apache License 2.0
8 stars 3 forks source link

Add urlfilter module filter #6

Closed kriive closed 4 years ago

kriive commented 4 years ago

This commit adds a simple URL filtering module to the bot. At the moment the filtering is pretty simple and is evaluated from a denylist in config.py every time a URL is detected. In a following commit the denylist should be evaluated from settings.ini.