Metadata-Version: 2.4
Name: kyodo
Version: 2.0.1
Summary: Library for creating Kyodo bots and scripts.
Author-email: alx0rr <anon.mail.al@proton.me>
License: MIT
Project-URL: Homepage, https://github.com/alx0rr/kyodo
Project-URL: Documentation, https://github.com/alx0rr/kyodo/blob/main/docs/index.md
Project-URL: Repository, https://github.com/alx0rr/kyodo
Project-URL: Bug Tracker, https://github.com/alx0rr/kyodo/issues
Keywords: kyodo,kyodo-bot,api,async,sync,kina.gg,alx0rr
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: colorama
Requires-Dist: aiohttp
Requires-Dist: pyjwt
Requires-Dist: aiofiles
Requires-Dist: orjson
Requires-Dist: websocket-client
Requires-Dist: httpx
Requires-Dist: httpx[socks]
Requires-Dist: aiohttp-socks
Requires-Dist: packaging
Dynamic: license-file

<div align="center">

![](https://raw.githubusercontent.com/alx0rr/kyodo/refs/heads/main/docs/res/banner.png)

# Kyodo

**Python library for creating bots in the [Kyodo](https://kyodo.app/) social network**
![Python Version](https://img.shields.io/badge/python-%3E%3D3.9-orange)
[![GitHub Release](https://img.shields.io/github/v/release/alx0rr/kyodo?style=flat-square&logo=github)](https://github.com/alx0rr/kyodo/releases)
[![PyPI Version](https://img.shields.io/pypi/v/kyodo.svg?style=flat-square&logo=python)](https://pypi.org/project/kyodo/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/kyodo?style=flat-square)](https://pypi.org/project/kyodo/)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/alx0rr/kyodo/blob/main/LICENSE)
[![Documentation](https://img.shields.io/website?down_message=failing&label=docs&up_color=green&up_message=passing&url=https://github.com/alx0rr/kyodo/blob/main/docs/index.md&style=flat-square)](https://github.com/alx0rr/kyodo/blob/main/docs/index.md)
[![Issues](https://img.shields.io/github/issues-raw/alx0rr/kyodo.svg?maxAge=25000&style=flat-square)](https://github.com/alx0rr/kyodo/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/alx0rr/kyodo.svg?style=flat-square)](https://github.com/alx0rr/kyodo/pulls)

[![Join our Telegram channel](https://img.shields.io/badge/Telegram-Join-1da1f2?logo=telegram)](https://t.me/Alx0rrHub)

## ⚠️ Legal Notice

This is an **unofficial, community-maintained library** not affiliated with Kyodo.

**Warning:** Bots and automated accounts are prohibited on Kyodo. Using this library may result in account suspension or permanent ban. **Use at your own risk.** The author is not responsible for any consequences.

</div>


## Features

- **⚡ Asynchronous Client** — Full async/await support for high performance
- **⚡ Synchronous Client** — Basic client
- **🖥️ Proxy support** — Convenient, customizable support for http/socks5/socks4 proxies
- **🎯 Command and Event Handling** — Convenient system for processing user inputs
- **🔗 Middleware Support** — Extensible architecture with middleware
- **📦 Structured Objects** — Type-hinted data models
- **📋 Logging** — Built-in logging for debugging
- **⚠️ Exception Handling** — Reliable error handling

---

# Installation

For detailed installation instructions, see the [documentation](https://github.com/alx0rr/kyodo/blob/main/docs/index.md).

```bash
pip install kyodo
```
---

## Documentation

Full documentation is available at: [📖 Read Documentation](https://github.com/alx0rr/kyodo/blob/main/docs/index.md)

---

## License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/alx0rr/kyodo/blob/main/LICENSE.txt) file for details.

---

## Support

Have questions or found a bug? [Create an issue](https://github.com/alx0rr/kyodo/issues) on GitHub!
