Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

wqq

基于 http://w.qq.comv=20130916001 webqq协议 的api模块

类似的项目 qqbot, webqq-client, Webqq-Client(Perl)

基于wqq开发的一个qq命令行 qqlog

$ npm install wqq
varQQ=require('wqq')varqq=newQQ()qq.getVcode(qqnum,function(err,buffer){qq.login(qqpsw,vcode||'',function(err,nick){qq.on('disconnect',function(){exit()})qq.on('message',function(msg){log(msg)})qq.startPoll()})})

功能

  • 获取验证码/登录
  • 开启/中断消息轮训
  • 识别单人/群/讨论组消息
  • 识别群匿名/群文件消息
  • 识别消息中的文本/图片/emoji
  • 识别发送者的昵称/群昵称/备注
  • 获取单人/群/讨论组资料
  • 发送单人/群/讨论组消息

待完善

  • 登录状态
  • 识别单人/讨论组文件消息
  • 呈现消息中qq表情的语义

不可抗力

  • 无法呈现单人/讨论组文件消息
  • 无法呈现/发送图片
  • 极个别emoji识别不全
  • webqq即将废弃

About

基于webqq协议的nodejs qq api模块

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages