diff --git a/.gitignore b/.gitignore index 9358a47..2e03bfb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ pep8.py .pydevproject *.db web +env diff --git a/env.sh b/env.sh new file mode 100755 index 0000000..daf9cbc --- /dev/null +++ b/env.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +virtualenv env diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..fb8303f --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +source ./env/bin/activate + +./bot.py