diff --git a/README.md b/README.md index af88d8d..cc8aed4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/data1.json b/data1.json new file mode 100644 index 0000000..6ef315e --- /dev/null +++ b/data1.json @@ -0,0 +1,4 @@ +{ +"key" : "", +"chat_id" : "" +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index bf0561f..c25de18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ flask numpy requests imutils -telebot \ No newline at end of file +pyTelegramBotAPI \ No newline at end of file