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
import os
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(os.environ["BOT_TOKEN"])

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.12dev1 Last commit: feat: add DOMAINLIST_ENTRY_CREATE event handling

Added

  • add DOMAINLIST_ENTRY_CREATE event handling
  • update version to 0.1.11, enhance event error handling, and improve HTTP client retry logic

Fixed

  • update version to 0.1.10 and add gateway shutdown event handling

Docs

  • update for v0.1.10
  • update for v0.1.10dev9

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.12.dev2.tar.gz (17.8 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.12.dev2-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file clovord_py-0.1.12.dev2.tar.gz.

File metadata

  • Download URL: clovord_py-0.1.12.dev2.tar.gz
  • Upload date:
  • Size: 17.8 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.12.dev2.tar.gz
Algorithm Hash digest
SHA256 d29b2db07203a1dc2bc09bed65ec06e34d054ab1c15011cc76eba40535ff521b
MD5 b6ee3e4a198596453fc361f979fe875d
BLAKE2b-256 f10b11684e9a2964933d2e8e24d10221c1ed15d6bc86db9de4f6047019d2af2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clovord_py-0.1.12.dev2.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.12.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for clovord_py-0.1.12.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 d3cdfc23199b20cc9973db4ad83d43f4b67ba0bb678239fbae43c999709cd049
MD5 f31703f0cd7f4b61c2687686822ab9e6
BLAKE2b-256 57f39605cd43e6e7f797e4f5bbbb91a76d4c88940594beaf59df7cd7bf9be089

See more details on using hashes here.

Provenance

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