Crates.io | atri_bot |
lib.rs | atri_bot |
version | 0.5.3 |
source | src |
created_at | 2022-09-26 12:42:36.238877 |
updated_at | 2022-12-01 15:06:14.943485 |
description | A simple bot |
homepage | https://github.com/LaoLittle/atri_bot |
repository | https://github.com/LaoLittle/atri_bot |
max_upload_size | |
id | 674230 |
size | 211,357 |
本项目致力于快速部署,简单使用。
本项目仅供学习参考,请勿用于非法或商业用途。
本项目形象均来自《Atri-MyDearMoments》
Rust: 一门赋予每个人的构建可靠且高效软件能力的语言。
ricq: 基于rust编写的qq协议
使用登陆帮助程序atri_login登陆后得到device和token,
放入bots文件夹内,然后配置登陆信息(位于service/login.toml
)即可
消息链构造
监听消息
发送消息
..
本Bot遵循AtriPlugin原生插件加载标准, 若要使用Rust编写插件, AtriPlugin项目提供了友好的接口, 可以快速上手: 插件开发文档
若需要使用其他的Native语言编写插件, 请参阅: 插件加载方式
可直接基于本项目进行二次开发, 而不是作为插件加载
配置 Cargo.toml:
[dependencies]
atri_bot = "0.4.0"
目前处于开发阶段, 不保证插件接口稳定. 更推荐直接基于本项目进行二次开发