Public bots discovery for Delta Chat via bot + WebXDC app.
To see the list of public bots inside Delta Chat click here.
Alternatively to see the list in the browser visit: https://deltachat-bot.github.io/public-bots/
If you are a bot administrator and want to add your bot instance to the list, create an issue or clone this repo and edit data.json file adding your bot metadata.
Binary releases can be found at: https://github.com/deltachat-bot/public-bots/releases
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:
public-bots init [email protected] PASSWORD
Start listening to incoming messages:
public-bots serve
Run public-bots --help
to see all available options.
Pull requests are welcome! check CONTRIBUTING.md