Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cybertron
Project
Project
Details
Activity
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
alpha
cybertron
Commits
eaae64e9
Commit
eaae64e9
authored
6 years ago
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hh
parent
26d06f80
master
majia
new_majia
pre
test
type_majia
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
workspace.xml
.idea/workspace.xml
+2
-2
auto_click.py
auto_click.py
+8
-8
No files found.
.idea/workspace.xml
View file @
eaae64e9
...
@@ -152,8 +152,8 @@
...
@@ -152,8 +152,8 @@
</option>
</option>
</component>
</component>
<component
name=
"ProjectFrameBounds"
>
<component
name=
"ProjectFrameBounds"
>
<option
name=
"x"
value=
"2
15
"
/>
<option
name=
"x"
value=
"2
26
"
/>
<option
name=
"y"
value=
"
23
"
/>
<option
name=
"y"
value=
"
81
"
/>
<option
name=
"width"
value=
"1280"
/>
<option
name=
"width"
value=
"1280"
/>
<option
name=
"height"
value=
"738"
/>
<option
name=
"height"
value=
"738"
/>
</component>
</component>
...
...
This diff is collapsed.
Click to expand it.
auto_click.py
View file @
eaae64e9
...
@@ -5,9 +5,9 @@ import pymysql
...
@@ -5,9 +5,9 @@ import pymysql
import
random
import
random
cookies
=
{
#
cookies = {
"sessionid"
:
'1'
,
#
"sessionid": '1',
}
#
}
s
=
requests
.
session
()
s
=
requests
.
session
()
...
@@ -93,15 +93,15 @@ if __name__ == "__main__":
...
@@ -93,15 +93,15 @@ if __name__ == "__main__":
if
num_cishu
==
1
:
if
num_cishu
==
1
:
num_majia
=
random
.
randint
(
0
,
300
)
num_majia
=
random
.
randint
(
1
,
300
)
#user_id=majia[num]
#user_id=majia[num
_majia
]
cookies
=
index_first
()
user
=
's_abZ59C@shadow.com'
user
=
's_abZ59C@shadow.com'
pwd
=
123456
pwd
=
123456
cookies
=
index_first
()
login
(
cookies
,
user
=
user
,
pwd
=
pwd
)
login
(
cookies
,
user
=
user
,
pwd
=
pwd
)
...
...
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