diff --git a/run.bash b/run.bash new file mode 100644 index 0000000..a041aa4 --- /dev/null +++ b/run.bash @@ -0,0 +1,4 @@ +pip3 install -r requirements.txt || echo "PIP is required to install requirements.txt" +clear +cd Bot +python3 bot.py diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..1f2756d --- /dev/null +++ b/run.bat @@ -0,0 +1,5 @@ +@echo off +pip install -r requirements.txt +cls +cd Bot +python bot.py