This is a simple code to utilize the mirai console via Python
Refer to botmain.py
Support python3.7+
To install dependencies:
pip install -r requirements.txt
Current version relies on:
-
mirai-core-qqandroid-1.3.0
-
mirai-console-pure-1.0-M4
-
mirai-console-1.0-M4
-
mirai-api-http-v1.8.4
Thanks to pymirai and python-mirai-core for the inspriration of this code.