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
6b06e2d3
Commit
6b06e2d3
authored
Apr 20, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
61d50ba5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
auto_click.py
auto_click.py
+2
-3
auto_click_n.py
auto_click_n.py
+1
-1
auto_commnet.py
auto_commnet.py
+1
-1
auto_follow.py
auto_follow.py
+1
-1
No files found.
auto_click.py
View file @
6b06e2d3
...
...
@@ -4,7 +4,7 @@ import random
import
traceback
from
log_settings
import
*
import
logging
from
auto_request
import
login
,
click
,
time_convs
,
get_user_id
from
auto_request
import
login
,
click
,
time_convs
,
get_user_id
from
auto_request
import
host
,
user
,
port
,
db
,
passwd
...
...
@@ -20,7 +20,7 @@ def get_data(numtime):
topic_id_list
=
[]
if
topic_id
:
for
i
in
topic_id
:
if
int
(
i
[
1
])
in
user_list
:
if
int
(
i
[
0
])
not
in
user_list
:
topic_id_list
.
append
(
i
)
logging
.
info
(
"Database version :
%
s "
%
topic_id_list
)
...
...
@@ -73,4 +73,3 @@ if __name__ == "__main__":
except
:
logging
.
error
(
"catch exception,main:
%
s"
%
traceback
.
format_exc
())
auto_click_n.py
View file @
6b06e2d3
...
...
@@ -22,7 +22,7 @@ def get_data(numtime):
topic_id_list
=
[]
if
topic_id
:
for
i
in
topic_id
:
if
int
(
i
[
1
])
in
user_list
:
if
int
(
i
[
0
])
not
in
user_list
:
topic_id_list
.
append
(
i
)
logging
.
info
(
"Database version :
%
s "
%
topic_id_list
)
...
...
auto_commnet.py
View file @
6b06e2d3
...
...
@@ -27,7 +27,7 @@ def get_topic_id(numtime):
topic_id_list
=
[]
if
topic_id
:
for
i
in
topic_id
:
if
int
(
i
[
1
])
in
user_list
:
if
int
(
i
[
0
])
not
in
user_list
:
topic_id_list
.
append
(
i
)
logging
.
info
(
"Database version :
%
s "
%
topic_id_list
)
...
...
auto_follow.py
View file @
6b06e2d3
...
...
@@ -24,7 +24,7 @@ def get_data(numtime):
topic_id_list
=
[]
if
user_id
:
for
i
in
user_id
:
if
int
(
i
[
1
])
in
user_list
:
if
int
(
i
[
0
])
not
in
user_list
:
topic_id_list
.
append
(
i
)
logging
.
info
(
"Database version :
%
s "
%
topic_id_list
)
...
...
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