initial commit

This commit is contained in:
2022-08-08 12:10:38 +03:00
commit 1768328785
8 changed files with 1246 additions and 0 deletions

11
config/.env.template Normal file
View File

@@ -0,0 +1,11 @@
API_TOKEN=
# webhook settings
WEBHOOK_HOST=
WEBHOOK_PATH=
# webserver settings
WEBAPP_HOST= # or ip
WEBAPP_PORT=
GECKO_DRIVER_VERSION=0.31.0