Skip to main content

Library to speedup Delta Chat bot development

Project description

deltabot-cli for Python

Latest Release CI Code style: black

Library to speedup Delta Chat bot development.

With this library you can focus on writing your event/message processing logic and let us handle the repetitive process of creating the bot CLI.

Install

pip install deltabot-cli

Usage

Example echo-bot written with deltabot-cli:

from deltachat2 import MessageData, events
from deltabot_cli import BotCli

cli = BotCli("echobot")

@cli.on(events.RawEvent)
def log_event(bot, accid, event):
    bot.logger.info(event)

@cli.on(events.NewMessage)
def echo(bot, accid, event):
    msg = event.msg
    bot.rpc.send_msg(accid, msg.chat_id, MessageData(text=msg.text))

if __name__ == "__main__":
    cli.start()

If you run the above script you will have a bot CLI, that allows to configure and run a bot. A progress bar is displayed while the bot is configuring, and logs are pretty-printed.

For more examples check the examples folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deltabot_cli-9.1.0.tar.gz (26.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deltabot_cli-9.1.0-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file deltabot_cli-9.1.0.tar.gz.

File metadata

  • Download URL: deltabot_cli-9.1.0.tar.gz
  • Upload date:
  • Size: 26.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for deltabot_cli-9.1.0.tar.gz
Algorithm Hash digest
SHA256 3aebe2877f04c63aedf31defa7b43692f950cc52826e1877858a9b37364616eb
MD5 9f7605de683a2e4df223ffeccb7c8bc6
BLAKE2b-256 4db80f4567e97e01283b13799f0e9f1f1f7ae64529da3bdc7fb689928c9d7c78

See more details on using hashes here.

File details

Details for the file deltabot_cli-9.1.0-py3-none-any.whl.

File metadata

  • Download URL: deltabot_cli-9.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for deltabot_cli-9.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e9739c3bf554568f3f5b43eca6149ede78c3bfa531e4a666d3493f7d927e5052
MD5 f5649ea7bf6097fb5561cc49ef70cb76
BLAKE2b-256 cbff855930caa9f6cdf932f10c837436ace51a63952bacd0d4411db366972412

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page