2020-07-01 11:46:58 +00:00
|
|
|
# Setting up MX Puppet Steam (optional)
|
|
|
|
|
|
|
|
The playbook can install and configure
|
2020-07-04 11:20:02 +00:00
|
|
|
[mx-puppet-steam](https://github.com/icewind1991/mx-puppet-steam) for you.
|
2020-07-01 11:46:58 +00:00
|
|
|
|
|
|
|
See the project page to learn what it does and why it might be useful to you.
|
|
|
|
|
2020-07-05 07:26:34 +00:00
|
|
|
To enable the [Steam](https://steampowered.com/) bridge just use the following
|
2020-07-01 11:46:58 +00:00
|
|
|
playbook configuration:
|
|
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
matrix_mx_puppet_steam_enabled: true
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Once the bot is enabled you need to start a chat with `Steam Puppet Bridge` with
|
|
|
|
the handle `@_steampuppet_bot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base
|
|
|
|
domain, not the `matrix.` domain).
|
|
|
|
|
|
|
|
Three authentication methods are available, Legacy Token, OAuth and xoxc token.
|
2020-07-04 11:20:02 +00:00
|
|
|
See mx-puppet-steam [documentation](https://github.com/icewind1991/mx-puppet-steam)
|
2020-07-01 11:46:58 +00:00
|
|
|
for more information about how to configure the bridge.
|
|
|
|
|
|
|
|
Once logged in, send `list` to the bot user to list the available rooms.
|
|
|
|
|
|
|
|
Clicking rooms in the list will result in you receiving an invitation to the
|
|
|
|
bridged room.
|
|
|
|
|
|
|
|
Also send `help` to the bot to see the commands available.
|