useability

This commit is contained in:
Askill 2019-11-16 16:07:37 +01:00
parent 54aca413bf
commit 527a7ba248
3 changed files with 14 additions and 1 deletions

View File

@ -8,5 +8,14 @@ It can be enabled/disabled via chat commands ("/start", "/stop")
- telegram bot
- tls endpoint
#### Start
- rename img to imgs
- rename data1.json to data.json
- insert token + key into data.json
- change config.py to your requirements
- pip install -r requirements.txt
- python app.py
#### Result:
![](1.png)

4
data1.json Normal file
View File

@ -0,0 +1,4 @@
{
"key" : "",
"chat_id" : ""
}

View File

@ -3,4 +3,4 @@ flask
numpy
requests
imutils
telebot
pyTelegramBotAPI