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-8.1.0.tar.gz (14.9 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-8.1.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for deltabot_cli-8.1.0.tar.gz
Algorithm Hash digest
SHA256 53bf983d9a76381deb23506d232de619993b82642d76ead201a1beef27ebe98e
MD5 c903a98a1cbcadb5b73f1fe853935dfd
BLAKE2b-256 8c3cb380bc6c2bf3d76d7d39faec57e022d25447d0503c04109f5bc1ca0c779a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for deltabot_cli-8.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 691bf62266628f6ef25788cba2054ab6fb2774e1918c8a7fb66be6e3e135fa3a
MD5 a3748904417671ac4d04e06c66c6afdc
BLAKE2b-256 7b64cfecb6303fd90be9897ba6bb3184955996368ceff02a49853a31fff54b92

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