2018-11-26 05:23:42 +00:00
|
|
|
# Setting up Mautrix Telegram (optional)
|
2018-09-02 14:14:14 +00:00
|
|
|
|
|
|
|
The playbook can install and configure [mautrix-telegram](https://github.com/tulir/mautrix-telegram) for you.
|
|
|
|
|
2018-10-24 16:12:24 +00:00
|
|
|
See the project's [documentation](https://github.com/tulir/mautrix-telegram/wiki#usage) to learn what it does and why it might be useful to you.
|
2018-09-03 08:27:26 +00:00
|
|
|
|
|
|
|
You'll need to obtain API keys from `https://my.telegram.org/apps` and then use the following playbook configuration:
|
2018-11-26 05:23:42 +00:00
|
|
|
|
|
|
|
```yaml
|
2018-09-03 08:27:26 +00:00
|
|
|
matrix_mautrix_telegram_enabled: true
|
|
|
|
matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
|
|
|
|
matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH
|
|
|
|
```
|
2018-10-24 16:12:24 +00:00
|
|
|
|
|
|
|
You then need to start a chat with `@telegrambot:{{ hostname_identity }}`
|