Added dryrun mode. Also tg bot key has been moved to tg_settings file

This commit is contained in:
Alexandr Bogomyakov
2018-05-17 18:42:45 +03:00
parent 03748de34e
commit 358c6b348b
5 changed files with 147 additions and 5 deletions

View File

@ -1,5 +1,7 @@
python3
# python3 only
pip install requests
py -m pip install requests
pip install beautifulsoup4
pip install python-telegram-bot
py -m pip install beautifulsoup4