Ридми и конфиг

This commit is contained in:
lulzette 2022-12-15 18:12:28 +03:00
parent 7e21baf82a
commit d5d2af3bd3
2 changed files with 8 additions and 1 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
Бот для telegram, который отправляет оповещения о начале стрима на твиче
====
Надо поставить в virtualenv зависимости из requirements.txt, сформировать конфиг из config_python.py.tpl и запустить бота.

View File

@ -1,3 +1,6 @@
streamer = "1n7er" streamer = "1n7er"
appid="addid" appid="addid"
appsecret="addsecret" appsecret="addsecret"
tgtoken = "token"
tgchat = "chat"
period = 300