Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
V
vest
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
2
Merge Requests
2
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
rank
vest
Commits
d077aa62
Commit
d077aa62
authored
Dec 26, 2019
by
lixiaofang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto_vest
parent
f79ca48c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
auto_click.py
click/views/auto_click.py
+1
-5
No files found.
click/views/auto_click.py
View file @
d077aa62
...
...
@@ -48,20 +48,16 @@ def auto_click_user(card_info, after_day=False):
"all_follow_id"
not
in
card_info
and
"all_push_time"
not
in
card_info
):
###根据创建时间回答等级去获取对应的下发时间
repeat_time
=
1
while
True
:
repeat_time
=
1
if
card_info
[
'type'
]
==
"get_write_answer_userinfo"
:
repeat_time
=
0
card_info
[
'have_click_number'
]
=
0
get_time
,
time_region
=
get_click_follow_time_by_create_time
(
create_time
,
content_level
,
action_type
=
"click"
,
after_day
=
after_day
,
card_info
=
card_info
,
repeat_time
=
repeat_time
)
if
len
(
get_time
)
>
0
and
time_region
!=
3
:
###拿到下发时间后根据下发的时间个数去拿对应个数的马甲账号
userids
=
get_vest_userid
(
need_comment_num
=
len
(
get_time
))
...
...
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