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.1.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.1-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for deltabot_cli-8.1.1.tar.gz
Algorithm Hash digest
SHA256 e8b0e656cdf69f413235cb8c6343431194bcd4d6cf4033f00673cfa716387f4d
MD5 88c91fec99aa5c3374ab9e17ce981e51
BLAKE2b-256 ff10243432c5a03daff5b57fd1b41621238b17a6f36d249a40c536482b72ca53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: deltabot_cli-8.1.1-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.4

File hashes

Hashes for deltabot_cli-8.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 eabeb03edb378d5be2367a4abc2d1b097472f81cb0a79fba4217be6cfcca7785
MD5 153786da26d77a8430484bc31ab1db84
BLAKE2b-256 05e45f6d64983884d6cb05203fdce510f0e597c974a51fd80d71b6db39b0b6e9

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