Skip to main content

Official Python SDK for sending messages with Dooplex.

Project description

dooplex

Official Python SDK for sending messages via the Dooplex API.

Install

pip install dooplex

Quickstart

from dooplex import DooplexClient

client = DooplexClient(api_key="your-dooplex-api-key")

client.send_message(
    bot_id="00000000-0000-0000-0000-000000000000",
    channel_id="@your_channel",
    text="Hello from dooplex Python SDK",
    parse_mode="Markdown",
)

You can also use DOOPLEX_API_KEY:

import os
from dooplex import DooplexClient

os.environ["DOOPLEX_API_KEY"] = "your-dooplex-api-key"
client = DooplexClient()

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

dooplex-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

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

dooplex-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file dooplex-0.1.0.tar.gz.

File metadata

  • Download URL: dooplex-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for dooplex-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2a29b9d813996d133395c963ee76e50caba8fd5aea9a6e73ebaf15b242fee7dc
MD5 1971873802a1fa537578a9f3a8ba5a92
BLAKE2b-256 46f451081862d841723c57f9a8160c5f763b454a7a7c2136a361ae5ee06a08a2

See more details on using hashes here.

File details

Details for the file dooplex-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: dooplex-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for dooplex-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bc3e01f0c2b8edb862d09f422ee5dc67e12102ffe583feb557e1e2fa3fa48ca2
MD5 ad7b000c95ded7c253641066a19e9ba0
BLAKE2b-256 02e7f6f1d31468d5ad09295de98be180692c079104ba5bbc5d1d4a7cf2d499c4

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