QQ机器人源代码(C语言版)

上传者: bunraku | 上传时间: 2021-08-14 08:43:16 | 文件大小: 139KB | 文件类型: ZIP
用 途:QQRobot主要用于实现 网站 和 QQ 之间的互动。 让用户通过自己的QQ 实时接收来自网站的消息/内容,并且通过QQ向网站发布自己的内容。 以此加强网站服务的实时性,和提高用户对网站的粘着度。 QQRobot 具备以下特点: 1、它是跨平台的,可以在 Linux/Windows 主机上运行; 2、可以和 PHP/ASP/.NET/JSP/... 等各种网站编程语言集成; 3、占用系统资源非常小,一个 QQRobot 仅占用 40KB内存; 4、 它是以开源方式发布,你可以修改它,让它满足你的网站需要; 在部署过程中,有以下问题需要注意: 1、 需要安装 MySQL 数据库,QQRobot 接收/发送消息的队列是保存在 MySQL 中的;编译前请在db.c 文件的db_connect()函数中 设置MySQL的账号、密码等; 2、需要有服务器的可执行权限,所以通常的 虚拟主机 无法启动QQRobot; 3、这份压缩包只提供了完整的源代码,没有提供编译后的可执行文件;你需要自行准备所依赖的库,并在你的服务器上编译后 才能运行;

文件下载

资源详情

[{"title":"( 67 个子文件 139KB ) QQ机器人源代码(C语言版)","children":[{"title":"qqrobot","children":[{"title":"ReadMe.txt <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"SQL.txt <span style='color:#111;'> 3.88KB </span>","children":null,"spread":false},{"title":"源代码安装使用说明.doc <span style='color:#111;'> 14.50KB </span>","children":null,"spread":false},{"title":"source","children":[{"title":"qun.c <span style='color:#111;'> 5.27KB </span>","children":null,"spread":false},{"title":"debug.c <span style='color:#111;'> 2.64KB </span>","children":null,"spread":false},{"title":"prot_misc.c <span style='color:#111;'> 3.25KB </span>","children":null,"spread":false},{"title":"crc32.h <span style='color:#111;'> 79B </span>","children":null,"spread":false},{"title":"qqsocket.h <span style='color:#111;'> 510B </span>","children":null,"spread":false},{"title":"qqpacket.h <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"webqq.c <span style='color:#111;'> 5.70KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 624B </span>","children":null,"spread":false},{"title":"libqq.h <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"release.mak <span style='color:#111;'> 630B </span>","children":null,"spread":false},{"title":"memory.h <span style='color:#111;'> 959B </span>","children":null,"spread":false},{"title":"qqdef.h <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"qqconn.h <span style='color:#111;'> 204B </span>","children":null,"spread":false},{"title":"utf8.h <span style='color:#111;'> 199B </span>","children":null,"spread":false},{"title":"myqq.h <span style='color:#111;'> 742B </span>","children":null,"spread":false},{"title":"qq_robot.c <span style='color:#111;'> 560B </span>","children":null,"spread":false},{"title":"prot_buddy.c <span style='color:#111;'> 15.41KB </span>","children":null,"spread":false},{"title":"prot_user.c <span style='color:#111;'> 9.10KB </span>","children":null,"spread":false},{"title":"libqq.mak <span style='color:#111;'> 668B </span>","children":null,"spread":false},{"title":"prot_qun.c <span style='color:#111;'> 7.08KB </span>","children":null,"spread":false},{"title":"buddy.h <span style='color:#111;'> 1.59KB </span>","children":null,"spread":false},{"title":"config.c <span style='color:#111;'> 4.92KB </span>","children":null,"spread":false},{"title":"loop.c <span style='color:#111;'> 2.84KB </span>","children":null,"spread":false},{"title":"config.h <span style='color:#111;'> 529B </span>","children":null,"spread":false},{"title":"buddy.c <span style='color:#111;'> 3.07KB </span>","children":null,"spread":false},{"title":"qqclient.c <span style='color:#111;'> 9.85KB </span>","children":null,"spread":false},{"title":"qun.h <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"qq_robot.h <span style='color:#111;'> 267B </span>","children":null,"spread":false},{"title":"libqq.c <span style='color:#111;'> 5.38KB </span>","children":null,"spread":false},{"title":"linux.mak <span style='color:#111;'> 844B </span>","children":null,"spread":false},{"title":"protocol.h <span style='color:#111;'> 8.41KB </span>","children":null,"spread":false},{"title":"qqcrypt.c <span style='color:#111;'> 7.38KB </span>","children":null,"spread":false},{"title":"util.c <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"webqq.h <span style='color:#111;'> 1018B </span>","children":null,"spread":false},{"title":"webqq.mak <span style='color:#111;'> 668B </span>","children":null,"spread":false},{"title":"md5.h <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false},{"title":"qqsocket.c <span style='color:#111;'> 3.68KB </span>","children":null,"spread":false},{"title":"myqq.c <span style='color:#111;'> 22.40KB </span>","children":null,"spread":false},{"title":"group.c <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"qqclient.h <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"prot_im.c <span style='color:#111;'> 13.33KB </span>","children":null,"spread":false},{"title":"packetmgr.c <span style='color:#111;'> 9.22KB </span>","children":null,"spread":false},{"title":"memory.c <span style='color:#111;'> 2.70KB </span>","children":null,"spread":false},{"title":"list.h <span style='color:#111;'> 516B </span>","children":null,"spread":false},{"title":"qqconn.c <span style='color:#111;'> 4.89KB </span>","children":null,"spread":false},{"title":"util.h <span style='color:#111;'> 374B </span>","children":null,"spread":false},{"title":"db.h <span style='color:#111;'> 247B </span>","children":null,"spread":false},{"title":"prot_group.c <span style='color:#111;'> 2.67KB </span>","children":null,"spread":false},{"title":"packetmgr.h <span style='color:#111;'> 920B </span>","children":null,"spread":false},{"title":"prot_login.c <span style='color:#111;'> 16.78KB </span>","children":null,"spread":false},{"title":"crc32.c <span style='color:#111;'> 717B </span>","children":null,"spread":false},{"title":"db.c <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"loop.h <span style='color:#111;'> 819B </span>","children":null,"spread":false},{"title":"group.h <span style='color:#111;'> 453B </span>","children":null,"spread":false},{"title":"list.c <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"mac.mak <span style='color:#111;'> 571B </span>","children":null,"spread":false},{"title":"qqpacket.c <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"utf8.c <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"simple_libqq.mak <span style='color:#111;'> 738B </span>","children":null,"spread":false},{"title":"qqcrypt.h <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"md5.c <span style='color:#111;'> 10.84KB </span>","children":null,"spread":false},{"title":"debug.h <span style='color:#111;'> 594B </span>","children":null,"spread":false},{"title":"protocol.c <span style='color:#111;'> 7.71KB </span>","children":null,"spread":false}],"spread":false},{"title":"screen.jpg <span style='color:#111;'> 68.69KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • xsgongxiaoqing :
    好东西,建议下载
    2019-04-10
  • qq1225226617 :
    感谢分享。
    2018-05-31
  • makubes :
    比实用,但还是感谢分享。
    2015-11-07
  • u013298939 :
    我表示我看错了,我还以为是负责QQ自动回复的QQ机器人,原来是网站的……
    2015-08-10
  • idchk :
    不会用啊!!谁能教教我?
    2014-05-03

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明