基于smartQQ开发的一款聊天机器人
实现登录、接受以及发送信息等功能
二维码登录并发送至指定邮箱
接收信息
发送信息
R6Stat RESTful API 调用
package main
import (
"github.com/AEmpire/r6robot"
)
func main() {
r6robot.R6robot()
}
加入config文件以及命令行选项
- Li Shi - AEmpire
This project is licensed under the MIT License - see the LICENSE file for details