python3 -m pip install requests
python3 -m pip install termcolor
OR
pip3 install requests
pip3 install termcolor
TOKEN = "BOT_TOKEN"
ID = "CHAT_ID"
domain = r'(.*\.by\/.*)' #For .by sites
domain = r'(.*\.ru\/.*)' #For .ru sites
domain = r'(.*\.org\/.*)' #For .org sites
#And etc
P.S. You can use custom REGEX for search
python3 checkbora.py 300 #For scan wich check resource every 300 seconds