Skip to content

Releases: mochathehuman/cordhook

v1.0 cordhook - Initial package publish

Choose a tag to compare

@mochathehuman mochathehuman released this 14 May 23:32
19034d2

Cordhook v1.0 - Initial Release

pip install cordhook

PyPi Project

This marks the first release of Cordhook, a clean, simple Python wrapper for sending messages, embeds, and files through Discord webhooks.

Features

  • Easy setup for sending content via webhook URLs
  • Full support for rich embeds with customizable fields
  • File attachment support
  • Retry logic with exponential backoff
  • Built-in URL validation and payload sanitization
  • Utility functions for formatting timestamps, JSON, and truncating text
  • Clear custom exceptions for error handling

Perfect for bots, logging tools, and automation scripts.

Full Changelog: https://github.com/mochathehuman/cordhook/commits/v1.0