A simple FAQ Bot for Delta Chat groups
pip install git+https://github.com/nelson9608/faqbot.git
This 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 [email protected] PASSWORD
Start the bot:
faqbot serve
Run faqbot --help
to see all available options.