jseagull
97c6999f7b
fix exception when message contains :<br/>
2016-11-16 11:03:34 +08:00
Urinx
cd41e9d2c3
Merge pull request #115 from cool-lab/master
...
Fix the sync host bug
2016-10-29 12:18:11 +08:00
liushuchun
bb494ec71f
Fix the sync host bug
2016-10-25 18:31:40 +08:00
Urinx
c905285c24
Merge pull request #98 from Menq/patch-1
...
update
2016-10-23 21:58:48 +08:00
Urinx
160c10f5cd
Merge pull request #109 from flyingtime/master
...
修复windows上出现的错误以及乱码问题
2016-10-23 21:58:00 +08:00
苏世龙
ff3d0abec6
delete colorlogs in window system
2016-10-21 16:44:29 +08:00
苏世龙
089c07689f
use thread instead of multiprocessing in window system
2016-10-21 16:06:16 +08:00
Urinx
9c88f8cf5f
Merge pull request #106 from flyingtime/master
...
添加新的synccheck url并且添加了一些异常处理
2016-10-20 11:54:25 +08:00
Urinx
d9e7924c34
Merge pull request #108 from Urinx/revert-105-master
...
Revert "修改发送图片消息和表情消息失败的问题、使用最新网页微信域名"
2016-10-20 11:54:15 +08:00
Urinx
a6d3a078a2
Revert "修改发送图片消息和表情消息失败的问题、使用最新网页微信域名"
2016-10-20 11:53:14 +08:00
Urinx
fd89f8da02
Merge pull request #105 from lbbniu/master
...
修改发送图片消息和表情消息失败的问题、使用最新网页微信域名
2016-10-20 11:52:08 +08:00
苏世龙
77e244672a
import httplib use in try except
2016-10-19 08:59:36 +08:00
苏世龙
9f0bed3c10
fixed if condition end with ':'
2016-10-19 08:32:49 +08:00
苏世龙
45054dcd63
all _get check return value
2016-10-18 20:03:42 +08:00
苏世龙
a9048b32fc
all _post check return value
2016-10-18 17:23:35 +08:00
苏世龙
b62e3491e1
_get add try except
2016-10-18 16:54:23 +08:00
苏世龙
97ed2dff2f
use logging.error in except
2016-10-18 16:49:58 +08:00
苏世龙
1eebbf84ab
add try catch with urllib2.urlopen
2016-10-18 14:17:10 +08:00
苏世龙
3ac95c785f
add new synccheck urls
2016-10-18 13:52:28 +08:00
lbbniu
bc0482ce53
移除失效同步检测消息线路,增加新线路
2016-10-18 10:41:39 +08:00
lbbniu
27535c8841
修改发送图片消息和表情消息失败的问题、使用最新网页微信域名
2016-10-18 10:35:25 +08:00
孟强
3ef0753328
update
...
remove "webpush2.weixin.qq.com" , this sever no longer avaliable !
2016-10-13 11:53:14 +08:00
Urinx
9eaddb110a
Merge pull request #60 from fmnisme/master
...
init .gitignore
2016-06-14 20:38:24 +08:00
fmnisme
a2b32d75fe
init .gitignore
2016-06-11 13:05:34 +08:00
Urinx
d26ba5eeb0
Update README.md
2016-05-11 16:04:49 +08:00
urinx
da0b2ff199
support send weixin emotion, by @monkeybad
2016-05-11 15:59:25 +08:00
Urinx
e4c93f69a6
Merge pull request #44 from seipop/develop
...
add requests_toolbelt module into requirements.txt
2016-04-12 19:54:46 +08:00
seipop
15a5b69aa1
add requests_toolbelt module into requirements.txt
2016-04-11 19:11:54 +08:00
Urinx
f0433a7e15
Merge pull request #43 from JokerQyou/master
...
Fix PEP8 complaints: use all spaces for indent
2016-04-10 15:05:45 +08:00
Joker Qyou
63f94525f0
Fix PEP8 complaints: use all spaces for indent
2016-04-08 22:27:12 +08:00
urinx
e841b70187
Update README
2016-03-18 20:14:26 +08:00
Urinx
a9c3b5abaf
Merge pull request #34 from samueldeng/master
...
Finish the feature to send Picture(including jpeg & png format.)
2016-03-18 16:12:01 +08:00
Samuel Deng
f3a2aacc3a
add sendImg() to send Img.
...
add webwxuploadmedia() to post media file.
fix the space/tab issue "os.system("xdg-open %s &" % path)"
import os to detect file size.
import mimetypes to detect mimetype.
import request_toolblelt to serialise the file.
2016-03-18 16:03:26 +08:00
Urinx
87741edd55
Merge pull request #28 from zuoa/master
...
匹配xml中CDATA字段
2016-02-26 12:05:14 +08:00
YuJian
8d0fea8091
匹配xml中CDATA字段
2016-02-26 09:27:35 +08:00
sbilly
7866df658c
Merge pull request #26 from sbilly/master
...
一些小改进和 bugfix
2016-02-25 08:50:39 +08:00
sbilly
24af2e4777
新增 requirements.txt
...
Changes to be committed:
new file: genReq.sh
new file: requirements.txt
2016-02-25 08:48:37 +08:00
sbilly
ed66700d95
增加新功能,修复一个 bug
...
1. 识别红包消息
2. 将特殊账号和最小刷新时间的阈值变成类属性
3. 账号信息获取时查询公众号、服务号和特殊账号
Changes to be committed:
modified: weixin.py
2016-02-25 08:44:50 +08:00
sbilly
b707e2ef32
Merge pull request #25 from mtunique/master
...
fix indentation @mtunique
2016-02-24 18:17:57 +08:00
mtunique
779acb6a17
fix indentation
2016-02-24 18:13:28 +08:00
Tao Meng
d1909b2f6c
Merge pull request #1 from Urinx/master
...
merge
2016-02-24 18:09:26 +08:00
sbilly
b13b67e7da
Merge pull request #24 from sbilly/master
...
统一缩进的代码风格
2016-02-24 17:23:42 +08:00
sbilly
6dd4b42a6a
统一锁进风格
...
Changes to be committed:
modified: weixin.py
2016-02-24 17:21:47 +08:00
sbilly
d8669655ab
Merge pull request #23 from sbilly/master
...
增加红包消息处理,修复小视频消息的显示错误
2016-02-24 17:12:45 +08:00
Urinx
346e623525
Merge pull request #21 from mtunique/master
...
fix retry bug
2016-02-24 12:20:16 +08:00
mtunique
34329a8a1d
fix retry bug
2016-02-24 12:17:29 +08:00
Urinx
3b2e8b0cbe
Merge pull request #20 from mtunique/master
...
Add feature: retry when timeout
2016-02-24 11:58:33 +08:00
mtunique
9f8af21abe
Add feature: retry when timeout
2016-02-24 10:36:10 +08:00
sbilly
9838dad59a
fix 小视频消息的显示错误
...
Changes to be committed:
modified: weixin.py
2016-02-24 09:36:50 +08:00
sbilly
4f5782c800
增加红包消息的处理
...
Changes to be committed:
modified: weixin.py
2016-02-24 08:58:14 +08:00