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
|
- telegram bot
|
||||||
- tls endpoint
|
- 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:
|
#### Result:
|
||||||

|

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