diff --git a/.gitignore b/.gitignore index 0c26855..2450d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ !*.py !*.example.json !*.md +!*.sh !*.toml diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..2ac8632 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +python3 -m pip install -U poetry +python3 -m poetry install diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..7cb019d --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 -m poetry run bot