Skip to main content

Official Python library for the Clovord platform.

Project description

clovord

A Python SDK for interacting with the Clovord Gateway and REST API.

Installation

pip install clovord

For local development:

pip install -e .[dev]

Usage

import clovord
from clovord import Bot
import json


intents = clovord.Intents.default()
intents.members = True
intents.messages = True
intents.presence = True

bot = Bot(intents=intents)

@bot.event
async def on_ready():
    print("READY EVENT FIRED")

@bot.event
async def on_ready_payload(data):
    print("READY PAYLOAD:")
    print(json.dumps(data, indent=2, ensure_ascii=False))

bot.run("YourBotToken") 

Overview

  • Bot is the main entrypoint.
  • The Gateway connection is handled internally with heartbeat and reconnect support.
  • The REST client is asynchronous and available through bot.http.

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

clovord_py-0.1.9.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

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

clovord_py-0.1.9-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file clovord_py-0.1.9.tar.gz.

File metadata

  • Download URL: clovord_py-0.1.9.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for clovord_py-0.1.9.tar.gz
Algorithm Hash digest
SHA256 f2f38131e1b0949144d95a52626507001d2be06827dbe7b838e45bd10cb2ae02
MD5 8cf004f85ae27f0e408fa62224e369e9
BLAKE2b-256 b95528bd327632e7b88ce09c79da1b08c72c5a7cd7ad57711bf2db35cd163bfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord_py-0.1.9.tar.gz:

Publisher: release.yml on Clovord/Library---py---clovord.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clovord_py-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: clovord_py-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for clovord_py-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 16617a45533c7e71bbc68a7cf2557b6e102c84e4440b580c591a6cec2538fc42
MD5 12e13deba4a1f7c38ec073b8905f284c
BLAKE2b-256 e11a464176a6d1916e1c0e2c9817e89dab61f493acac8dd0ffa9ccae5f1a74bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord_py-0.1.9-py3-none-any.whl:

Publisher: release.yml on Clovord/Library---py---clovord.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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