Skip to content

s2828/QbotPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQ频道机器人PHP版实现

需要这个composer包

composer require phrity/websocket

test.php提供了调用方法,会自动创建ws连接监听消息、发送心跳

Guild.php为核心实现文件

消息处理请替换以下代码↓

//如果是服务端推送,将消息派发到队列处理
if($receiveArr['op']==0){
  GuildMessage::dispatch($this->qqGuildUrl, $this->token, $this->guzzleOptions, $receiveArr);
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published