Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 555 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 555 Bytes

R6Robot

基于smartQQ开发的一款聊天机器人

功能

实现登录、接受以及发送信息等功能

已完成

二维码登录并发送至指定邮箱

接收信息

发送信息

R6Stat RESTful API 调用

package main

import (
	"github.com/AEmpire/r6robot"
)

func main() {
	r6robot.R6robot()
}

待完成

加入config文件以及命令行选项

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details