Metadata-Version: 2.4
Name: dihook
Version: 1.0.0b3
Summary: A lightweight Python library for sending Discord webhook messages and embeds.
Author-email: DJ KAIF <djkaifdev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/dj-kaif/dihook
Project-URL: Repository, https://github.com/dj-kaif/dihook
Project-URL: Bug Tracker, https://github.com/dj-kaif/dihook/issues
Project-URL: Changelog, https://github.com/dj-kaif/dihook/blob/main/CHANGELOG.md
Project-URL: PyPI, https://pypi.org/project/dihook
Keywords: discord,webhook,bot,notification,embed,discord-webhook,dihook
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Dynamic: license-file

# Dihook

> A lightweight Python library for sending Discord webhook messages and embeds.

[![Version](https://img.shields.io/badge/version-v1.0.0--beta-blue)](https://github.com/dj-kaif/dihook/releases)
[![PyPI](https://img.shields.io/pypi/v/dihook)](https://pypi.org/project/dihook)
[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Stars](https://img.shields.io/github/stars/dj-kaif/dihook?style=social)](https://github.com/dj-kaif/dihook)

**dihook** makes it effortless to send Discord notifications from any Python script — plain messages, rich embeds, or both. No boilerplate, no hassle.

> ⚠️ **v1.0.0-beta** — This is a pre-release. APIs are stable but may have minor changes before `v1.0.0`. [Report issues here.](https://github.com/dj-kaif/dihook/issues)

---

## Installation

**From PyPI:**
```bash
pip install dihook
```
