Creating a Delta Chat bot

I want to deploy my own bot on a server and then develop various commands for it. My question is: where can I find up-to-date documentation on creating a bot? When following links from the official site to GitHub and elsewhere, I kept running into outdated instructions, and I still haven’t found a simple way to deploy my own bot. Could you please help?

1 Like

The “latest” library is GitHub - deltachat-bot/deltabot-cli-py: Library to speedup Delta Chat bot development. You can find some examples there. And yes, I also have an impression that the docs are not in the best state.

Similar posts:

1 Like

There is a repository with bot examples at GitHub - deltachat-bot/echo: An echo bot in multiple languages to get you started

It is now cleaned up to only include examples using maintained JSON-RPC bindings. Old CFFI Python bindings example, as well as simplebot, deltabot and similar bindings based on them are removed because they are not maintained.

3 Likes