Test version of Telegram bot support.
This commit is contained in:
parent
2b38c8b48e
commit
f831417de8
12
README.md
12
README.md
|
@ -59,6 +59,18 @@ You can use following jobs as an example:
|
||||||
0 0 * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --all-users --env=prod
|
0 0 * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --all-users --env=prod
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Setting Telegram webhook (to enable bot)
|
||||||
|
|
||||||
|
```shell
|
||||||
|
php app/console telegram:webhook set your-domain.tld
|
||||||
|
```
|
||||||
|
|
||||||
|
## Removing Telegram webhook
|
||||||
|
|
||||||
|
```shell
|
||||||
|
php app/console telegram:webhook delete
|
||||||
|
```
|
||||||
|
|
||||||
# Running tests
|
# Running tests
|
||||||
|
|
||||||
## Configure environment variables
|
## Configure environment variables
|
||||||
|
|
Loading…
Reference in a new issue