Commit Graph

  • ed66700d95 增加新功能,修复一个 bug 1. 识别红包消息 2. 将特殊账号和最小刷新时间的阈值变成类属性 3. 账号信息获取时查询公众号、服务号和特殊账号 Changes to be committed: modified: weixin.py sbilly 2016-02-25 08:44:50 +08:00
  • b707e2ef32 Merge pull request #25 from mtunique/master sbilly 2016-02-24 18:17:57 +08:00
  • 779acb6a17 fix indentation mtunique 2016-02-24 18:13:28 +08:00
  • d1909b2f6c Merge pull request #1 from Urinx/master Tao Meng 2016-02-24 18:09:26 +08:00
  • b13b67e7da Merge pull request #24 from sbilly/master sbilly 2016-02-24 17:23:42 +08:00
  • 6dd4b42a6a 统一锁进风格 Changes to be committed: modified: weixin.py sbilly 2016-02-24 17:21:47 +08:00
  • d8669655ab Merge pull request #23 from sbilly/master sbilly 2016-02-24 17:12:45 +08:00
  • 346e623525 Merge pull request #21 from mtunique/master Urinx 2016-02-24 12:20:16 +08:00
  • 34329a8a1d fix retry bug mtunique 2016-02-24 12:17:29 +08:00
  • 3b2e8b0cbe Merge pull request #20 from mtunique/master Urinx 2016-02-24 11:58:33 +08:00
  • 9f8af21abe Add feature: retry when timeout mtunique 2016-02-24 10:36:10 +08:00
  • 9838dad59a fix 小视频消息的显示错误 sbilly 2016-02-24 09:36:50 +08:00
  • 4f5782c800 增加红包消息的处理 sbilly 2016-02-24 08:58:14 +08:00
  • ae6bd49bbb Merge pull request #18 from sbilly/master Urinx 2016-02-23 15:02:46 +08:00
  • 3930d81c66 控制接口调用频率,避免被服务器端防护策略踢掉。 Changes to be committed: modified: weixin.py sbilly 2016-02-23 14:27:52 +08:00
  • 41adfd83af bugfix 公众号和特殊账号统计显示错误 sbilly 2016-02-23 09:55:38 +08:00
  • 97e409ec22 1. 登录时更新群信息 2. 遇到信息不完整的群自动更新群信息和群内好友信息 sbilly 2016-02-23 09:26:08 +08:00
  • 0a6498e57b Merge pull request #17 from sbilly/master Urinx 2016-02-22 22:12:04 +08:00
  • f4c2b24ba8 统一消息显示 Changes to be committed: modified: weixin.py sbilly 2016-02-22 19:15:39 +08:00
  • c8be4aecca 增加 Referer sbilly 2016-02-22 13:10:24 +08:00
  • 99c500bd51 修改语音信息报错错误 bug Changes to be committed: modified: weixin.py sbilly 2016-02-22 10:45:36 +08:00
  • 4d0befb610 统一 qrcode 图片文件的保存路径 sbilly 2016-02-22 10:42:03 +08:00
  • 819936acde 使 appid 和 lang 设置可以从配置文件中读取 sbilly 2016-02-22 10:35:23 +08:00
  • 36385702d6 增加消息附件保存目录的设置 sbilly 2016-02-22 10:34:28 +08:00
  • d5376c0a6c 使得可以作为库使用 Changes to be committed: new file: __init__.py sbilly 2016-02-22 09:14:45 +08:00
  • 6f16d192e0 从配置文件加载初始化参数功能 Changes to be committed: modified: weixin.py sbilly 2016-02-22 09:13:18 +08:00
  • 06c2fd8053 缺省关闭自动回复 sbilly 2016-02-22 09:12:24 +08:00
  • 4557195260 增加 User-Agent sbilly 2016-02-22 08:50:53 +08:00
  • e4c8f2a314 fix logging bug sbilly 2016-02-22 08:43:51 +08:00
  • ae2e480529 增加 logging 支持 sbilly 2016-02-22 08:36:58 +08:00
  • 13ea12f785 修复语音聊天消息下载 增加短视频消息下载 sbilly 2016-02-22 03:20:36 +08:00
  • dd9908a83c fix startfile() issue. sbilly 2016-02-22 01:44:15 +08:00
  • 16378f27d7 Merge pull request #13 from sharpdeep/master Urinx 2016-02-16 15:29:55 +08:00
  • ae5a5076de bugfix:fix ListenMsgMode process encoding problem sharpdeep 2016-02-16 15:06:11 +08:00
  • 86fb8be1a5 修复win下CMD不能打印二维码的问题,为UnicodeStreamFilter重写flush方法 sharpdeep 2016-02-16 14:30:01 +08:00
  • 8b0536c331 Update README urinx 2016-02-16 13:02:38 +08:00
  • d4e7358b6a Bugfix: Temporarily fixup synccheck problem urinx 2016-02-16 12:49:55 +08:00
  • b8bd7243c0 support send message to all contact urinx 2016-02-16 12:26:40 +08:00
  • 6152f7126d Bugfix: win cmd stdout encoding bug - [thanks to @sharpdeep] urinx 2016-02-16 11:53:41 +08:00
  • e5e7328e62 Update README.md Urinx 2016-02-10 13:29:42 +08:00
  • b9739e3783 Add todo list Urinx 2016-02-10 13:27:39 +08:00
  • 3a48705faf Merge pull request #4 from BillBillBillBill/master Urinx 2016-02-07 11:38:57 +08:00
  • a783fdce88 修复linux下不能打开文件的问题 修复一个获取分享信息时出现keyerror崩溃的问题 BillBillBillBill 2016-02-06 19:12:09 +08:00
  • ddb8e8a844 update document & add much more details about APIs urinx 2016-02-06 00:36:48 +08:00
  • 1a458a07eb fix group message bug urinx 2016-02-06 00:28:47 +08:00
  • 962665c106 share link & music & receive voice messafe urinx 2016-02-05 23:38:30 +08:00
  • 6c969a2798 update sharecard message & fix json decode problem urinx 2016-02-05 21:33:47 +08:00
  • 4814a8e27e receive position message urinx 2016-02-05 19:03:43 +08:00
  • 11e18ca49f + getvideo api urinx 2016-02-05 17:45:14 +08:00
  • 26874bdf25 now it can receive image message urinx 2016-02-05 17:15:21 +08:00
  • f1cfebd800 fix synccheck bug urinx 2016-02-04 23:35:29 +08:00
  • 2aaa20c7e8 Update README.md Urinx 2016-01-31 23:00:50 +08:00
  • 13d5b8ea24 Update README.md Urinx 2016-01-31 22:58:17 +08:00
  • 3206141d48 weixin bot demo urinx 2016-01-31 22:47:25 +08:00
  • d63fff3043 Initial commit Urinx 2016-01-31 15:53:08 +08:00