paoka1/Ali-Bot ↗
Created May 15, 2022 · View the paoka1/Ali-Bot repository page
Ali:一个基于 nonebot2 和 go-cqhttp 的 QQ 聊天机器人
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
33
From
Jan 29, 2022
To
May 14, 2022
About paoka1/Ali-Bot
Ali-Bot is a QQ chat bot built on the NoneBot2 framework and go-cqhttp protocol adapter. The project is written in Python and designed to extend QQ's capabilities with custom plugins and automated features. As noted in the README, the project is no longer actively maintained.
The bot includes several functional plugins covering different use cases. It can respond to messages based on keywords and predefined phrases, send images in response to user input, and act as a repeater bot. The project also includes integrations with Bilibili, China's major video streaming platform, providing live stream notifications and dynamic post updates from followed channels. Additionally, the bot features a daily greeting function that includes weather information for the day.
The architecture separates functionality into modular plugins located in the src/plugins directory, along with utility tools in the tools directory. Each plugin includes its own documentation and configuration instructions. Users can customize their bot installation by enabling or disabling specific plugins. The project recommends Python 3.9.5 and requires SQLite3 for database functionality. The README provides setup guidance for both Windows and Linux deployments, though it also references more mature alternative bots like Pallas-Bot and ZhenXun Bot for users seeking more polished plugin ecosystems.