https://github.com/synodriver/siomirai
Mirai-Protocol implementation,sans-io
https://github.com/synodriver/siomirai
asyncio mirai python sans-io
Last synced: 5 months ago
JSON representation
Mirai-Protocol implementation,sans-io
- Host: GitHub
- URL: https://github.com/synodriver/siomirai
- Owner: synodriver
- Created: 2022-02-16T13:13:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T06:25:30.000Z (about 4 years ago)
- Last Synced: 2025-02-13T21:23:52.585Z (over 1 year ago)
- Topics: asyncio, mirai, python, sans-io
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## 环境
- Rust nightly
- Python>=3.7
## 使用方法
- 本机编译
```bash
pip install maturin
maturin develop
python3 tests/test.py
```