https://github.com/wireapp/echo-bot-roman
Implementation of echo bot using Roman as proxy
https://github.com/wireapp/echo-bot-roman
Last synced: 8 months ago
JSON representation
Implementation of echo bot using Roman as proxy
- Host: GitHub
- URL: https://github.com/wireapp/echo-bot-roman
- Owner: wireapp
- License: mit
- Created: 2020-03-17T08:32:06.000Z (about 6 years ago)
- Default Branch: staging
- Last Pushed: 2023-02-16T06:20:08.000Z (over 3 years ago)
- Last Synced: 2024-05-09T16:41:44.823Z (about 2 years ago)
- Language: Python
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Echo Bot powered by [Roman](https://github.com/dkovacevic/roman)
[](https://badge.fury.io/gh/wireapp%2Fecho-bot-roman)


Echo Bot implementation that uses [Roman](https://github.com/dkovacevic/roman) to communicate with [Wire](https://wire.com/en/) backend.
Echo Bot that directly uses [lithium](https://github.com/wireapp/lithium) can be found [here](https://github.com/wireapp/echo-bot).
This implementation does currently support only text messages (including mentions).
## Deployment and runtime
The Echo Bot is deployed to docker hub as `lukaswire/echo-bot-roman`.
To run the instance one needs to set following env variables:
```bash
# URL of roman
ROMAN_URL=http://proxy.services.zinfra.io
# Bearer token which is send by Roman to the bot
ROMAN_TOKEN=
```