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 MsgData, 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, MsgData(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.0.0.tar.gz (15.1 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.0.0-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: deltabot_cli-9.0.0.tar.gz
  • Upload date:
  • Size: 15.1 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.0.0.tar.gz
Algorithm Hash digest
SHA256 82403e3111a79166fc1e8b6df8ec8b68addc087fa6605a4d077e9bd90dd9a628
MD5 dd06745bf0a980b4a0f1bd7be8e06455
BLAKE2b-256 316cd4b5ccc2d34a8d63b70bb9ffda4683cf4d171d7bc1d8ad190a33adbb6188

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deltabot_cli-9.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.3 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab911a488181030b193fd088d8ed4eb5b6dde37a8923676ae2fe598c4b352920
MD5 56678c3c1ab88254df3df07d3ff9541a
BLAKE2b-256 2f307a9756b00d8c5cf6d378898b93999c2827486e7593667cf1ff6968a16a69

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