QQ group bot, chat with ChatGPT, and search for pixiv illustrations.
- tmux # start a new tmux session
- cd cqhttp && chmod +x go-cqhttp
- ./go-cqhttp # launch go-cqhttp and login with your own bot account
- press ctrl+b, then press d # quit from tmux window and keep this tmux session running in the backend
- tmux # start another new tmux session
- cd .. # go back to the root dir of this project
- python backend.py [--qq_id QQ_ID] [--group_id GROUP_ID] [--openai_key OPENAI_KEY] [--use_proxy USE_PROXY] [--proxy_addr PROXY_ADDR]
If you have any question on the usage of paramters, use python backend.py -h to see the help.
这是一个QQ聊天机器人,可以与ChatGPT聊天,并可以搜索pixiv的插画。
- tmux # 启动一个新的tmux窗口
- cd cqhttp && chmod +x go-cqhttp
- ./go-cqhttp # 启动go-cqhttp,并按照提示登陆bot账号
- press ctrl+b, then press d # 退出tmux窗口并保持该进程在后台运行
- tmux # 启动另一个新的tmux窗口
- cd .. # 回到这个工程的根目录
- python backend.py [--qq_id QQ_ID] [--group_id GROUP_ID] [--openai_key OPENAI_KEY] [--use_proxy USE_PROXY] [--proxy_addr PROXY_ADDR]
如果对 backend.py 的命令行参数有任何疑问,请使用 python backend.py -h 命令查看帮助。