Skip to content

deltachat-bot/public-bots

Repository files navigation

Delta Chat Public Bots

Latest release CI Coverage Go Report Card

Public bots discovery for Delta Chat via bot + WebXDC app.

Usage

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/

Add your bots to the list

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.

Setup your own instance

Install

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

Running the bot

Configure the bot:

public-bots init bot@example.com PASSWORD

Start listening to incoming messages:

public-bots serve

Run public-bots --help to see all available options.

Contributing

Pull requests are welcome! check CONTRIBUTING.md