Skip to content

Releases: pavalso/kickpy

v0.1.1b

06 Jul 09:44
39a48dc

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0b...v0.1.1b

v0.1.0b

25 Jun 20:44

Choose a tag to compare

The first stable release of the Kick Python SDK, an asynchronous client for the Kick.com API.

🔑 Features
Full OAuth2 (PKCE) flow with token refresh & revocation

Rich, typed API wrappers: users, channels, streams, moderation, categories, and more

Real-time event subscriptions with webhook support

Built-in event emitter (on_message, on_follow, etc.)

Smart caching & partial entity resolution

Developer-friendly, fully asyncio-compatible