Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京东搜索采集自动验证
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄梓誉
京东搜索采集自动验证
Commits
b0ff3f4e
Commit
b0ff3f4e
authored
Apr 23, 2024
by
huangziyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7df7cb2d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
京东搜索_手动验证版_5.py
京东搜索_手动验证版_5.py
+1
-1
京东搜索_手动验证版_6.py
京东搜索_手动验证版_6.py
+1
-1
京东搜索_手动验证版_7.py
京东搜索_手动验证版_7.py
+1
-1
京东搜索_手动验证版_8.py
京东搜索_手动验证版_8.py
+1
-1
京东搜索_手动验证版_9.py
京东搜索_手动验证版_9.py
+1
-1
No files found.
京东搜索_手动验证版_5.py
View file @
b0ff3f4e
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
account_start_index
=
0
account_start_index
=
5
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
while
True
:
while
True
:
...
...
京东搜索_手动验证版_6.py
View file @
b0ff3f4e
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
account_start_index
=
1
account_start_index
=
6
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
while
True
:
while
True
:
...
...
京东搜索_手动验证版_7.py
View file @
b0ff3f4e
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
account_start_index
=
2
account_start_index
=
7
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
while
True
:
while
True
:
...
...
京东搜索_手动验证版_8.py
View file @
b0ff3f4e
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
account_start_index
=
3
account_start_index
=
8
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
while
True
:
while
True
:
...
...
京东搜索_手动验证版_9.py
View file @
b0ff3f4e
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
...
@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver
=
webdriver
.
Chrome
(
options
=
option
)
driver
=
webdriver
.
Chrome
(
options
=
option
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
option
.
add_argument
(
"--disable-blink-features=AutomationControlled"
)
driver
.
set_window_size
(
1200
,
600
)
driver
.
set_window_size
(
1200
,
600
)
account_start_index
=
4
account_start_index
=
9
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
get_cookie
(
username
=
config
.
account_list
[
account_start_index
][
'username'
],
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
password
=
config
.
account_list
[
account_start_index
][
'password'
],
driver
=
driver
)
while
True
:
while
True
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment