Skip to content

Commit 382a1a9

Browse files
committed
整理项目
1 parent 9f8a303 commit 382a1a9

File tree

150 files changed

+55
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+55
-3
lines changed

README.md

+1-1
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+

29.【万创帮】自动登录/spider_login.py renamed to 其他实战/【万创帮】自动登录/spider_login.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class SpiderLogin:
1515
def __init__(self, user, pwd):
1616
self.user = user
1717
self.pwd = pwd
18-
self.url = 'https://m.29.【万创帮】自动登录.com/login/other-login.html'
18+
self.url = 'https://m.【万创帮】自动登录.com/login/other-login.html'
1919
print('引擎', execjs.get().name)
2020

2121
def use_js(self):
@@ -37,7 +37,7 @@ def auto_login(self):
3737
sign, t, pwd = self.use_js()
3838
headers = {
3939
'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1',
40-
'Referer': 'https://m.29.【万创帮】自动登录.com/login/other-login.html'
40+
'Referer': 'https://m.【万创帮】自动登录.com/login/other-login.html'
4141
}
4242
pay_load = {
4343
'auth': {'sign': sign, 'timestamp': t},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- coding: utf-8 -*-
2+
# __author__ = "zok" [email protected]
3+
# Date: 2019-10-06 Python: 3.7
4+

0 commit comments

Comments
 (0)