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