Sébastien De Greef commited on
Commit
16a35d5
1 Parent(s): 97992cb

add start_chatbot and main.py

Browse files
Files changed (3) hide show
  1. on_startup.sh +1 -1
  2. src/main.py +1 -0
  3. start_chatbot.sh +2 -0
on_startup.sh CHANGED
@@ -1 +1 @@
1
- echo "#### BOT STARTUP ####"
 
1
+ echo "#### BOT ROOT INSTALL ####"
src/main.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print("Started Bot...")
start_chatbot.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ echo "#### BOT BOOT ####"
2
+ python3 src/main.py