Commit Graph
55 Commits
Author SHA1 Message Date
criseLYJ fb90a89f4c 添加链家spider 2019-03-09 00:24:07 +08:00
criseLYJ 837256702f PEP8 2019-03-08 23:26:36 +08:00
criseLYJ eb4fdc2b26 知乎test 2019-03-08 22:45:20 +08:00
criseLYJ 37613582da 知乎测试 2019-03-08 22:44:49 +08:00
梁英健 46c2c9e6f2 Update README.md 2019-03-08 09:30:03 +08:00
梁英健 c533a5c365 Update README.md 2019-03-08 00:31:34 +08:00
criseLYJ 6dd5294b98 常规更新 2019-03-08 00:28:59 +08:00
criseLYJ 185f4a494c 常规更新 2019-03-07 22:38:08 +08:00
criseLYJ ba4162165b 新增网易云音乐下载 2019-03-07 22:35:28 +08:00
criseLYJ a7201042ca add English README 2019-03-07 21:34:35 +08:00
梁英健 e03c860f16 Update .gitignore 2019-03-07 21:25:55 +08:00
梁英健 e2ec878c7c Update README.md 2019-03-07 17:21:24 +08:00
梁英健 aa67e633c0 Merge pull request #6 from cclauss/patch-2
Undefined name: file_path --> file_name
2019-03-07 16:43:58 +08:00
梁英健 cccbd1d147 Merge pull request #5 from cclauss/patch-1
Use print() function in both Python 2 and Python 3
2019-03-07 16:37:21 +08:00
cclauss 74864302d2 Undefined name: file_path --> file_name
[flake8](http://flake8.pycqa.org) testing of https://github.com/CriseLYJ/awesome-python-login-model on Python 3.7.1

$ __flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics__
```
./guoke/guoke_spider.py:76:41: F821 undefined name 'file_path'
            print('Already Downloaded', file_path)
                                        ^
./facebook/facebook.py:52:27: E999 SyntaxError: invalid syntax
        print '{0}:{1}:{2}'.format(fb_dtsg, user_id, xs)
                          ^
./baidu2/baidu.py:193:13: F821 undefined name 'raw_input'
    input = raw_input
            ^
1     E999 SyntaxError: invalid syntax
2     F821 undefined name 'raw_input'
3
```
__E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. These 5 are different from most other flake8 issues which are merely "style violations" -- useful for readability but they do not effect runtime safety.
* F821: undefined name `name`
* F822: undefined name `name` in `__all__`
* F823: local variable name referenced before assignment
* E901: SyntaxError or IndentationError
* E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
2019-03-07 09:07:48 +01:00
cclauss bc21f85adc Use print() function in both Python 2 and Python 3
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2019-03-07 09:05:51 +01:00
梁英健 98aecab631 Update README.md 2019-03-07 14:05:35 +08:00
梁英健 75ccb3b334 感谢star 2019-03-07 13:59:04 +08:00
criseLYJ 5b31859a1a Merge branch 'master' of https://github.com/CriseLYJ/awesome-python-login-model 2019-03-07 13:32:48 +08:00
criseLYJ c22c4a3a3a 常规更新 2019-03-07 13:32:32 +08:00
梁英健 7c746f668c Update README.md 2019-03-07 10:58:13 +08:00
criseLYJ c4c06acbbc github测试通过 2019-03-07 10:28:22 +08:00
梁英健 c2176b59bb 重构登录github 2019-03-07 10:08:38 +08:00
criseLYJ 29c7956ccd 增加新浪微博爬虫 2019-03-07 02:33:01 +08:00
梁英健 3f547e742c Create README.md 2019-03-07 02:25:51 +08:00
criseLYJ fcb6038ed7 淘宝增加爬虫 2019-03-07 02:23:33 +08:00
criseLYJ c137e8a843 淘宝增加爬虫并分析 2019-03-07 02:20:33 +08:00
梁英健 f48e67a7c1 Update README.md 2019-03-07 02:03:25 +08:00
criseLYJ a55bbaf32d Merge branch 'master' of https://github.com/CriseLYJ/awesome-python-login-model 2019-03-07 01:59:24 +08:00
criseLYJ 9b4db1c5c8 果壳spider爬的很快,当心一堆文件 2019-03-07 01:59:04 +08:00
梁英健 2d2bdd24d3 98%通过bilibili验证 2019-03-07 01:51:07 +08:00
criseLYJ dcd22547b0 bilibili登录接口正常 2019-03-07 01:29:34 +08:00
criseLYJ 97374574f8 申请京东试用 2019-03-07 00:39:04 +08:00
criseLYJ 712644c69a 拉勾网正常 2019-03-07 00:23:41 +08:00
criseLYJ 6a83999e86 猎聘爬虫正常 2019-03-07 00:16:04 +08:00
criseLYJ 62cd1fc3fb qqzone正常 2019-03-07 00:09:41 +08:00
criseLYJ c425dae7b0 新浪正常 2019-03-07 00:00:43 +08:00
criseLYJ 7ef908bf49 readme 2019-03-06 23:44:29 +08:00
criseLYJ c26dc4d39a 淘宝接口正常 2019-03-06 23:38:54 +08:00
criseLYJ 18351eda7b readme 2019-03-06 23:31:11 +08:00
criseLYJ ab8f78f32e 图虫爬虫 2019-03-06 23:30:13 +08:00
criseLYJ 804aa4d45b Merge branch 'master' of https://github.com/CriseLYJ/awesome-python-login-model 2019-03-06 23:08:39 +08:00
criseLYJ ffdde86689 无需身份验证即可抓取Twitter前端API 2019-03-06 23:08:15 +08:00
梁英健 c00dc95bdf Update README.md 2019-03-06 23:07:49 +08:00
criseLYJ 2c858f6b7b 微信正常 2019-03-06 23:00:30 +08:00
criseLYJ fa4511a81f 更新知乎接口 2019-03-06 22:44:43 +08:00
criseLYJ e79ac521a2 新增多个模拟登录 2019-03-06 18:23:58 +08:00
criseLYJ 568be6ac31 增加接口API 2019-03-06 10:25:45 +08:00
criseLYJ e5035f766b add lagou 2019-03-06 08:58:48 +08:00
梁英健 f5db4fbabf Update LICENSE 2019-03-06 08:40:13 +08:00