Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Updated requirments and start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
krax1337 committed Dec 26, 2019
1 parent b844d0e commit 33871d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirments.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bs4==0.0.1
lxml==4.4.2
pyTelegramBotAPI==3.6.6
pymongo==3.10.0
pymongo==3.10.0
dnspython==1.16.0
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 33871d6

Please sign in to comment.