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.

Latest Release Notes

Version: 0.1.10dev2 Last commit: feat: Added presence_update event handling

Added

  • Added presence_update event handling

Fixed

  • use constant for internal event name in message_create handler feat: add presence_update event

See full history in CHANGELOG.md.

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.10.dev5.tar.gz (13.5 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.10.dev5-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file clovord_py-0.1.10.dev5.tar.gz.

File metadata

  • Download URL: clovord_py-0.1.10.dev5.tar.gz
  • Upload date:
  • Size: 13.5 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.10.dev5.tar.gz
Algorithm Hash digest
SHA256 77fa4bbc33851b52dffbc1dea61a8473ad95790702b0e9aed015a5b5919ef45b
MD5 00df4db8ca0c149f121d65df626a560e
BLAKE2b-256 a874267184988893ce289ab4da6f93bb8e50bfde9bf7d3d709e12448e6af618a

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord_py-0.1.10.dev5.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.10.dev5-py3-none-any.whl.

File metadata

File hashes

Hashes for clovord_py-0.1.10.dev5-py3-none-any.whl
Algorithm Hash digest
SHA256 c0169f1ffdeb84cea0ea5bb845a1b5dd236610b7fc4e71614159f6f66f7e0d4a
MD5 13f775bcf744dce5010b32ba2554f568
BLAKE2b-256 34abd201f921b7f6ac486848ce727f66a66e5624809d3ae252ebfb8e9a1e7d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord_py-0.1.10.dev5-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