add webhook and polling methods

This commit is contained in:
2022-08-14 21:08:57 +03:00
parent 62cec9687a
commit e03efa736b
5 changed files with 35 additions and 3 deletions

View File

@@ -8,4 +8,7 @@ WEBHOOK_PATH=
WEBAPP_HOST= # or ip
WEBAPP_PORT=
# set to 1 to start with webhook. Else bot will start on polling method
START_WITH_WEBHOOK=
GECKO_DRIVER_VERSION=0.31.0