Skip to content

Commit

Permalink
more!
Browse files Browse the repository at this point in the history
  • Loading branch information
gfhdhytghd committed Aug 30, 2024
1 parent 044b858 commit 2d986fc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<br/>自动发送到qq空间。
<br/>附加功能:
<br/>[校园群智能助手](./README_Chatbot.md)
<br/>[多账号协同运营](./README_mutipleqq.md)

本系统专注于“墙”本身,适用于用户量5k以下的情况,致力于给用户提供QQ校园墙的无感的交互
<br/>微信短时间内不会支持,因为没有找到linux能用的,好用的api。
Expand All @@ -21,7 +22,6 @@
已知问题如下:
<br/>发件流程人在回路,管理不在线会导致帖子积压
<br/>稿件过多容易超出系统承载能力
<br/>使用qwen大语言模型的情况下,处理不了太长的帖子
<br/>无法审核图片内容
<br/>没有历史消息处理逻辑,onebot下线过程中的积压投稿无法处理

Expand Down Expand Up @@ -87,6 +87,9 @@ pip install selenium
mainqq-id="xxx"
#填入校园墙主账号qq号
minorqq-id=""
#在此填写你的副号的qq号,不需要多账号协同运营则留空
management-group-id="xxx"
#填入管理群群号
Expand Down
17 changes: 17 additions & 0 deletions README_mutipleqq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 多账号协同运营简介与配置教程
## 简介
OQQWall系统在0.6.0版本加入了对于多账号协同运营的支持,可以实现从多个账号接收投稿信息,并在审核完毕后发送投稿到多个账户的qq空间。
<br/>**目前仅支持配置一个副账号**
## 配置
### OQQWall.config配置
在OQQWall.config中将副号qqid填入minorqq-id后面的双引号中
### onebot配置
副账号都需要开启一个额外的onebot,你需要启用http和http-post连接,并把http接收端口设定为8084,把http-post端口设定为8082。

## 其他使用提示
无论哪个账号接受到投稿消息,投稿审核消息都将由主账号发送到群中
审核指令只能通过 @主账号 来发送
全局指令可以通过 @任何一个账号 来发送
重新登录指令,@哪个账号,哪个账号就会执行重新登录

无论你@哪个账号,指令回应都只会通过主账号发送到群中

0 comments on commit 2d986fc

Please sign in to comment.