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-0.1.7.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

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

clovord-0.1.7-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file clovord-0.1.7.tar.gz.

File metadata

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

File hashes

Hashes for clovord-0.1.7.tar.gz
Algorithm Hash digest
SHA256 c79ddc8be8d369d8e2ca45bd82fec42f59653cb0f954214a233bf87db8b85d90
MD5 e9d5970857a43fab065bb05526dd659b
BLAKE2b-256 9be6174d4d82efa904a740978f34da4b73a54fb7fff46564a34d14ca4b78907b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord-0.1.7.tar.gz:

Publisher: release.yml on Clovord/Clovord---PyLibrary

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-0.1.7-py3-none-any.whl.

File metadata

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

File hashes

Hashes for clovord-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 19c5b9359326b0cb1faf19c2b1084b6b3a509291aa36c0aed5bae64b81de2388
MD5 438bdad62e601111fc2fc1ab4c7d0caa
BLAKE2b-256 bc3dd6b57618b41f83b25e18ee67a4f9ec49264f5dff315de45d8a61b7589499

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord-0.1.7-py3-none-any.whl:

Publisher: release.yml on Clovord/Clovord---PyLibrary

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