-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,25 +7,35 @@ | |
|
||
Public bots discovery for Delta Chat via bot + WebXDC app. | ||
|
||
To see the list of public Delta Chat bots on the web, visit: | ||
https://deltachat-bot.github.io/public-bots/ | ||
## Usage | ||
|
||
**If you are a bot administrator and want to add your bot instance to the list, | ||
To see the list of public bots in Delta Chat, you can send a message to: | ||
[email protected] or scan this QR-code: | ||
|
||
<div style="display:flex; justify-content: center"> | ||
<a href="OPENPGP4FPR:A0DCC2FD2D39D5F4CABE2E7AA5FAFF66B7B9AF7D#a=public%2Dbots%40hispanilandia.net&n=Public%20Bots&i=1DiZsGwxyzv&s=tIEcS-8zZJN"><img width="300" height="300" src="./qr.png"></img></a> | ||
</div> | ||
|
||
or 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](https://github.com/deltachat-bot/public-bots/blob/main/frontend/data.json) | ||
file adding your bot metadata.** | ||
file adding your bot metadata. | ||
|
||
|
||
## Install | ||
## Setup your own instance | ||
|
||
Binary releases can be found at: https://github.com/deltachat-bot/public-bots/releases | ||
### Install | ||
|
||
### Installing deltachat-rpc-server | ||
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 that must be | ||
available in your `PATH`. For installation instructions check: | ||
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 | ||
### Running the bot | ||
|
||
Configure the bot: | ||
|
||
|