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 1/3] 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. From 4ce0ab203a91d13cac371cfc7f5192e0654a2228 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:16:01 +0000 Subject: [PATCH 2/3] Initial plan From f61702be92be9e306a7154fd95d0277f0de703f2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:19:19 +0000 Subject: [PATCH 3/3] Merge origin/main and preserve kickpy entry Co-authored-by: pavalso <92272697+pavalso@users.noreply.github.com> --- community/community-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/community/community-projects.md b/community/community-projects.md index 88f60d6..c39cd30 100644 --- a/community/community-projects.md +++ b/community/community-projects.md @@ -17,6 +17,7 @@ Explore community-built SDKs designed to simplify and enhance your interaction w - [Kick.com Python Package](https://pypi.org/project/kickpython/) - [pyKickAPI - Python Package for Kick.com](https://github.com/Benjas333/pyKickAPI) - [kickcom.py - Python Async Client](https://github.com/PredaaA/kickcom.py) +- [kickpy - Async Python Client](https://github.com/pavalso/kick.py) ### JS / Typescript