Small bot that allows to get XKCD comics in Delta Chat.
Binary releases can be found at: https://github.com/deltachat-bot/xkcdbot/releases
To install from source:
go install github.com/deltachat-bot/xkcdbot@latest
This program depends on a standalone Delta Chat RPC server deltachat-rpc-server
program.
For installation instructions check:
https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
Configure the bot:
xkcdbot init bot@example.com PASSWORD
Start the bot:
xkcdbot serve
Run xkcdbot --help
to see all available options.