A simple FAQ Bot for Delta Chat groups
pip install git+https://github.com/nelson9608/faqbot.gitThis program depends on a standalone Delta Chat RPC server deltachat-rpc-server program that must be
available in your PATH. To install it check:
https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
Configure the bot:
faqbot init bot@example.com PASSWORDStart the bot:
faqbot serveRun faqbot --help to see all available options.