Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
e41725e5
Commit
e41725e5
authored
Sep 04, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境兼容
parent
cd84d26f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6497 additions
and
6115 deletions
+6497
-6115
test2.js
decrypt/test2.js
+0
-0
jetblue.py
jetblue.py
+4
-3
js_dom_run.js
js_dom_run.js
+2
-3
src.js
src.js
+180
-102
src_out.js
src_out.js
+3038
-2924
src_run.js
src_run.js
+3264
-3078
sss.js
sss.js
+9
-5
No files found.
decrypt/test2.js
View file @
e41725e5
No preview for this file type
jetblue.py
View file @
e41725e5
...
...
@@ -90,7 +90,7 @@ for i in range(100):
"tripType"
:
"oneWay"
,
"from"
:
"LAS"
,
"to"
:
"BOS"
,
"depart"
:
"2023-
09
-10"
,
"depart"
:
"2023-
10
-10"
,
"cabin"
:
"economy"
,
"refundable"
:
False
,
"dates"
:
{
...
...
@@ -113,8 +113,8 @@ for i in range(100):
}
proxy
=
f
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:{int(random.randint(10000, 11149))}'
# proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@198.147.25.26:{int(random.randint(10000, 11149))}'
proxy
=
'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
#
proxy = 'http://127.0.0.1:7890'
#
proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
proxy
=
'http://127.0.0.1:7890'
session
.
proxies
=
{
'http'
:
proxy
,
'https'
:
proxy
,
...
...
@@ -123,6 +123,7 @@ for i in range(100):
response
=
session
.
post
(
url
,
headers
=
headers
,
json
=
data
)
# print(response.text)
print
(
response
.
status_code
)
if
response
.
status_code
==
200
:
res
=
db
.
env_shape
.
update_one
(
{
'_id'
:
ObjectId
(
selectId
)},
...
...
js_dom_run.js
View file @
e41725e5
This diff is collapsed.
Click to expand it.
src.js
View file @
e41725e5
This diff is collapsed.
Click to expand it.
src_out.js
View file @
e41725e5
This diff is collapsed.
Click to expand it.
src_run.js
View file @
e41725e5
This diff is collapsed.
Click to expand it.
sss.js
View file @
e41725e5
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