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