From 141abdf85f9245f3ca034737683e248b6767a8d0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 29 Nov 2020 22:39:22 -0500 Subject: [PATCH] [+] Create start.sh --- start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..4e3ab4e --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +source ./venv/bin/activate +export PYTHONPATH=PYTHONPATH:$pwd +export TG_TOKEN="Your token here" +python3 ./src/bot.py