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
65faeb9a
Commit
65faeb9a
authored
Jul 02, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
465b5623
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
25 deletions
+15
-25
workspace.xml
.idea/workspace.xml
+0
-0
auto_urge1.py
auto_urge1.py
+8
-13
auto_urge2.py
auto_urge2.py
+7
-12
No files found.
.idea/workspace.xml
View file @
65faeb9a
This diff is collapsed.
Click to expand it.
auto_urge1.py
View file @
65faeb9a
...
...
@@ -41,22 +41,17 @@ def get_data(numtime1, numtime2):
if
__name__
==
"__main__"
:
try
:
time_list
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
]
numtime1
,
numtime2
=
time_convs
(
8
,
0
)
numtime1
,
numtime2
=
time_convs
(
8
,
0
)
logging
.
info
(
"get numtime1:
%
s"
%
numtime1
)
logging
.
info
(
"get numtime2:
%
s"
%
numtime2
)
user_id
=
get_data
(
numtime1
,
numtime2
)
# urge_num = random.randint(0,1)
urge_num
=
1
urge_num
=
random
.
randint
(
0
,
1
)
if
urge_num
==
1
:
for
i
in
range
(
urge_num
):
try
:
for
j
in
user_id
and
user_id
:
id
=
int
(
j
[
0
])
# time.sleep(random.randint(10, 50))
cookies
=
login
()
if
cookies
is
not
None
:
Urge
(
cookies
,
id
)
except
:
pass
for
j
in
user_id
and
user_id
:
id
=
int
(
j
[
0
])
# time.sleep(random.randint(10, 50))
cookies
=
login
()
if
cookies
is
not
None
:
Urge
(
cookies
,
id
)
except
:
logging
.
error
(
"catch exception,main:
%
s"
%
traceback
.
format_exc
())
auto_urge2.py
View file @
65faeb9a
...
...
@@ -39,24 +39,19 @@ def get_data(numtime1, numtime2):
if
__name__
==
"__main__"
:
try
:
time_list
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
]
for
i
in
time_list
:
numtime1
,
numtime2
=
time_convs
(
i
+
1
,
i
-
1
)
logging
.
info
(
"get numtime1:
%
s"
%
numtime1
)
user_id
=
get_data
(
numtime1
,
numtime2
)
urge_num
=
1
urge_num
=
random
.
randint
(
0
,
1
)
if
urge_num
==
1
:
for
i
in
range
(
urge_num
):
try
:
for
j
in
user_id
and
user_id
:
id
=
int
(
j
[
0
])
# time.sleep(random.randint(10, 50))
cookies
=
login
()
if
cookies
is
not
None
:
Urge
(
cookies
,
id
)
except
:
pass
for
j
in
user_id
and
user_id
:
id
=
int
(
j
[
0
])
# time.sleep(random.randint(10, 50))
cookies
=
login
()
if
cookies
is
not
None
:
Urge
(
cookies
,
id
)
except
:
logging
.
error
(
"catch exception,main:
%
s"
%
traceback
.
format_exc
())
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