Jolly23
|
5f2a922164
|
fix: dev: 增加命令行显示二维码功能及开关 & 使用timeout参数提升微信初始化时线路检测速度 & 解决常见ssl错误
* 1. 增加命令行显示二维码功能及开关
可通过WebWeixin类__init__中 commandLineQRCode 选项开启
开启后,将使用命令行展示二维码,代替原有的操作系统系统图片展示形式
需注意:
a.
当您在使用中出现二维码过宽或过窄问题,请调整_showCommandLineQRCode函数中的enableCmdQR参数来解决二维码比例问题
b. 当您在使用中出现二维码倾斜问题,这个问题出自于您的终端字体设置。
* 2.
此工程在初始化过程中经常出现卡在”同步线路测试”处,原因在于以get形式测试线路没有带timeout参数,导致卡在get请求中无法自动跳出。本次
修改增加了urllib.request.urlopen函数的timeout参数,以快速跳出无效的检测。此外,此处修改不影响其他函数调用类内_ge
t函数。
* 3.
requirements缺少certifi模块,此模块在python3安装中为选装。因此导致部分开发者系统中无此模块导致的启动错误(小概率事件)
* 4. 致敬项目作者。提议:请在未来开发中
更多遵守Python代码书写\命名规范(PEP-8),以使得项目更容易被阅读,同时忽略高级Python编辑器的书写规范Warning。再次致敬。
|
2017-04-16 19:44:40 +08:00 |
|
Urinx
|
1b684ceb38
|
Merge pull request #181 from lijiarui/master
添加微信群【Youth fed the dog】入群方式
|
2017-04-13 18:46:47 +08:00 |
|
lijiarui
|
8bfc4be1b1
|
change py2.7 to py3
|
2017-04-13 16:03:04 +08:00 |
|
lijiarui
|
de13bfd464
|
make it comfort
|
2017-04-13 15:07:40 +08:00 |
|
lijiarui
|
0da437f8bd
|
add div wrap
|
2017-04-13 15:01:06 +08:00 |
|
lijiarui
|
53faba66aa
|
put pic in the center
|
2017-04-13 14:59:55 +08:00 |
|
lijiarui
|
3be4d31e21
|
minisize qrcode
|
2017-04-13 14:54:52 +08:00 |
|
lijiarui
|
c3b00a2c4b
|
add line blank
|
2017-04-13 01:51:37 +08:00 |
|
lijiarui
|
c7e1a7d422
|
modify pic link
|
2017-04-13 01:50:18 +08:00 |
|
lijiarui
|
d3ae6c9aaf
|
add group qrcode
|
2017-04-13 01:47:39 +08:00 |
|
Urinx
|
dccba3b81f
|
Merge pull request #171 from omg2hei/master
fix : AttributeError in Python3
|
2017-04-03 08:19:00 +08:00 |
|
omg2hei
|
2ed4cff3fa
|
fix : AttributeError in Python3
fix : run python weixin.py then AttributeError: 'str' object has no attribute 'decode'
|
2017-03-30 17:15:51 +08:00 |
|
Urinx
|
3c019b1f96
|
Merge pull request #155 from Haskely/master
转换为python3代码完成,同时更新了Synchost使其能够成功进入消息循环
|
2017-02-22 12:19:20 +08:00 |
|
Haskely
|
0834dfa9af
|
Merge pull request #3 from Haskely/Python-3
Fix bugs
|
2017-02-21 13:52:24 +08:00 |
|
Haskely
|
28bb790819
|
Fix bugs
|
2017-02-21 13:51:18 +08:00 |
|
Haskely
|
343dcb1c19
|
Merge pull request #2 from Haskely/master
Master
|
2017-02-21 13:41:51 +08:00 |
|
Haskely
|
02a1c53957
|
Transfer to Python3
Successfully tested!
|
2017-02-21 13:38:54 +08:00 |
|
Haskely
|
828a2a6330
|
Merge pull request #1 from Haskely/Python-3
Python 3
|
2017-02-21 03:09:25 +08:00 |
|
Haskely
|
03db42d435
|
Transfer it to Python3 manually
Really tedious!
|
2017-02-21 03:07:56 +08:00 |
|
Haskely
|
52699bbd01
|
Python-3
transfer to Python-3
|
2017-02-20 23:52:03 +08:00 |
|
Urinx
|
17a8a07d9b
|
Merge pull request #129 from yanxurui/master
optimize: support directly open QRcode image on mac osx
|
2017-01-16 09:25:35 +08:00 |
|
yanxurui
|
13358093be
|
optimize: support directly open QRcode image on mac osx
|
2016-11-22 14:44:48 +08:00 |
|
Urinx
|
c8025896da
|
Merge pull request #125 from jseagull/master
fix exception when message contains :<br/>
|
2016-11-19 00:37:17 +08:00 |
|
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 |
|