mirror of https://github.com/Askill/SurvBot.git
useability
This commit is contained in:
parent
54aca413bf
commit
527a7ba248
|
|
@ -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:
|
||||

|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"key" : "",
|
||||
"chat_id" : ""
|
||||
}
|
||||
|
|
@ -3,4 +3,4 @@ flask
|
|||
numpy
|
||||
requests
|
||||
imutils
|
||||
telebot
|
||||
pyTelegramBotAPI
|
||||
Loading…
Reference in New Issue