Metadata-Version: 2.4
Name: kickzero
Version: 1.3.1
Summary: A modular and asynchronous framework for Kick.com chatbots.
Home-page: https://github.com/SeymenSozen/KickZero
Author: Seymen Sözen
Project-URL: Bug Tracker, https://github.com/SeymenSozen/KickZero/issues
Project-URL: Documentation, https://github.com/SeymenSozen/KickZero#readme
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: websockets
Requires-Dist: colorama
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🏴‍☠️ KickZero Framework (v1.3.1)

![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)
![License](https://img.shields.io/badge/license-Proprietary-red)
![Maintainer](https://img.shields.io/badge/maintainer-Seymen%20S%C3%B6zen-orange)

**KickZero**, Kick.com platformu için geliştirilmiş, modüler ve tamamen asenkron bir chatbot framework'üdür. Geliştiricilere karmaşık WebSocket trafiğiyle uğraşmadan, hızlı ve güçlü botlar üretme imkanı sağlar.

---

## 🚀 Özellikler / Features

- **Asynchronous Engine:** `asyncio` ve `aiohttp` tabanlı, donma yapmayan hızlı yapı.
- **Multi-Channel Support:** Aynı anda birden fazla kanalı tek bir botla yönetme.
- **Easy Decoration:** `@bot.command`, `@bot.message` ve `@bot.timer_task` dekoratörleri ile kolay geliştirme.
- **Smart Context:** Mesajın yetki, renk ve içerik bilgilerine tek noktadan (`ctx`) erişim.
- **Reward Integration:** Kanal puanı (Reward) kullanımlarını anında yakalama.

---

## 📦 Kurulum / Installation

Terminalinize şu komutu yazarak okyanusa açılabilirsiniz:

```bash
pip install kickzero
