From 33871d6b2d3b0362cd7a601edca20f9c41eceaa4 Mon Sep 17 00:00:00 2001 From: Asanali Bulatov Date: Fri, 27 Dec 2019 00:00:41 +0600 Subject: [PATCH] Updated requirments and start.sh --- requirments.txt | 3 ++- start.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirments.txt b/requirments.txt index 22df724..f47bca5 100644 --- a/requirments.txt +++ b/requirments.txt @@ -1,4 +1,5 @@ bs4==0.0.1 lxml==4.4.2 pyTelegramBotAPI==3.6.6 -pymongo==3.10.0 \ No newline at end of file +pymongo==3.10.0 +dnspython==1.16.0 \ No newline at end of file diff --git a/start.sh b/start.sh index 7a5eb64..386203e 100644 --- a/start.sh +++ b/start.sh @@ -1,3 +1,5 @@ +apt install python3 python3-pip python3-venv + echo "token = 'INSERT YOUR TOKEN'" > src/config.py echo "cluster = 'mongodb://localhost:27017/'" >> src/config.py