Files
mautrix-telegram/README.md
T
2017-11-16 17:57:55 +02:00

13 lines
658 B
Markdown

# mautrix-telegram
**Only the very basic functionality has been implemented.**
A Matrix-Telegram puppeting bridge.
## Usage
1. Create a copy of `example-config.yaml` and fill out the fields.
2. Generate the appservice registration with `./mautrix-telegram -g`.
You can use the `-c` and `-r` flags to change the location of the config and registration files.
They default to `config.yaml` and `registration.yaml` respectively.
3. Run the bridge `./mautrix-telegram`. You can also use forever: `forever start mautrix-telegram` (probably, I didn't actually test it).
4. Invite the appservice bot to a private room and view the commands with `!tg help`.