#140 · Primary category: AI Chatbots

Ariadne

ariadne asyncio automation bot chatbot framework graia graiaproject mirai mirai-api-http python qq qqbot

一个优雅且完备的 Python QQ 自动化框架,基于 Mirai API HTTP v2。 Powered by Graia Project.

Project last updated:07/06/26

GitHub Stars

764

Forks

46

Contributors

14

License

AGPL-3.0

Why we included this project

Ariadne is a Python framework for building bots that live inside QQ, built on top of the Mirai API HTTP v2 gateway. It handles messaging asynchronously and event-driven: you configure a connection, register a receiver for a message type, and send a reply, which the quickstart shows takes very little boilerplate. Beyond basic messaging it includes scheduled tasks, cooldowns, message-chain helpers, and a plugin system, so it holds up for real bots rather than just demos. The asyncio model will feel familiar to Python developers, but the framework needs a running Mirai instance, so it suits people who already operate that infrastructure or are willing to set it up.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category