From 836f11befbe963baf833bb3d2292a50fb0a5ad7e Mon Sep 17 00:00:00 2001 From: Pablo Valverde <92272697+pavalso@users.noreply.github.com> Date: Sun, 6 Jul 2025 12:21:45 +0200 Subject: [PATCH] Update community-projects.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit KickPy is a powerful, event-driven, Python-based library designed for seamless integration with the Kick API. It aims to simplify interaction with the API while offering advanced features like real-time event handling and built-in caching. - ✅ OAuth2 Authentication with token caching - 🔁 Real-time Event Subscription System - 💬 Post & receive chat messages - 👤 Fetch user and channel information - 📺 Monitor livestreams and metadata - 🛠️ Moderate users (ban, timeout) - 🧠 Caching layer to reduce redundant API calls - ⚙️ Rich client configuration for flexible usage --- community/community-projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/community-projects.md b/community/community-projects.md index 9a388a7..7465aef 100644 --- a/community/community-projects.md +++ b/community/community-projects.md @@ -25,6 +25,10 @@ Explore community-built SDKs designed to simplify and enhance your interaction w - [KickLib - .NET Client](https://github.com/Bukk94/KickLib) +### Python + +- [kickpy - Async Python Client](https://github.com/pavalso/kick.py) + ## Documentation Community-created guides and resources to help you interact with the API efficiently.