Test version of Telegram bot support.

This commit is contained in:
Alexey Skobkin 2017-01-05 01:40:26 +03:00
parent 2b38c8b48e
commit f831417de8
1 changed files with 12 additions and 0 deletions

View File

@ -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
```
## 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
## Configure environment variables