Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1021 Bytes

File metadata and controls

39 lines (25 loc) · 1021 Bytes

XKCD Bot

Latest release Go version CI

Small bot that allows to get XKCD comics in Delta Chat.

Install

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

Installing deltachat-rpc-server

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

Usage

Configure the bot:

xkcdbot init bot@example.com PASSWORD

Start the bot:

xkcdbot serve

Run xkcdbot --help to see all available options.