Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-reese84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
wangmingming
lcc-reese84
Commits
19f1a029
Commit
19f1a029
authored
Nov 21, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
b4c4f780
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
132 deletions
+68
-132
reese84_bypass.py
src/reese84_bypass.py
+7
-3
test.py
test.py
+61
-129
No files found.
src/reese84_bypass.py
View file @
19f1a029
...
@@ -52,7 +52,7 @@ class Reese84ByPass(object):
...
@@ -52,7 +52,7 @@ class Reese84ByPass(object):
self
.
_init
()
self
.
_init
()
self
.
_repare_js
()
self
.
_repare_js
()
# self.__auth_token()
# self.__auth_token()
self
.
_test
()
#
self._test()
# time.sleep(random.randint(3,5))
# time.sleep(random.randint(3,5))
# self.__get_session_token()
# self.__get_session_token()
...
@@ -252,7 +252,11 @@ class Reese84ByPass(object):
...
@@ -252,7 +252,11 @@ class Reese84ByPass(object):
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
# r = Reese84ByPass('https://www.flyscoot.com/', 'http://user-uni002-region-de:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600')
# session.proxies = {
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://127.0.0.1:8890'
)
# 'http': "http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000",
# 'https': "http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000",
# }
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000'
)
# r = Reese84ByPass('https://www.flyscoot.com/', 'http://127.0.0.1:8890')
# while True:
# while True:
print
(
r
.
start
())
print
(
r
.
start
())
test.py
View file @
19f1a029
This diff is collapsed.
Click to expand it.
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