-
`deltachat_rpc_client` is not using asyncio anymore.
Once https://github.com/deltachat-bot/deltabot-cli-py/pull/2 is merged, this bot could remove asyncio everywhere.
-
In some groups, resending fails.
## Expected Outcome
When a new member is added to a group, the bot resends all editors it sent to the group previously.
## Actual Outcome
The editors aren'…
-
it seems there is a regression in core 1.137.4, if you create a group with a bot you have not contacted in 1:1 first, the group appears as a contact request for the bot, and sending messages fails, in…
-
My bots are sometimes getting an internal JSONRPC error when using API call [get_message()](https://github.com/deltachat/deltachat-core-rust/blob/b34fe8f118121eee67df023a7494b1123b7dbc94/deltachat-jso…
-
#!/usr/bin/env python3
"""Minimal echo-bot example."""
from deltachat2 import MsgData, events
from deltabot_cli import BotCli
cli = BotCli("echobot")
@cli.on(events.RawEvent)
def log_event(b…
-
for bots it is common to send an introduction or help message when users scan the bot contact QR or invitation link, the problem is that with latest core the secure-join protocol is triggered twice pe…
-
After dummy patch [this](https://github.com/deltachat-bot/matterdelta/issues/4) like:
```python
cli.is_not_known_command = lambda *x: None
```
I can run matterdelta but have new issue:
```bash
…
-
```bash
python -V
Python 3.8.10
```
Trying to init matterdelta
```bash
matterdelta init secrect@mail secret-password
Traceback (most recent call last):
File "/path/venv38/bin/matterdelta", l…
-
I'm following the guide posted in the Delta Chat support forum [here](https://support.delta.chat/t/how-to-set-up-a-delta-bot-in-6-steps/1170/1).
After attempting to initialize the bot it fails with…
sysfu updated
8 months ago
-
deltachat-rpc-client bindings have been switched from asyncio to threads here: https://github.com/deltachat/deltachat-core-rust/pull/4787
deltabot-cli dependency needs an update first: https://gith…