fwefwf
This commit is contained in:
@@ -680,13 +680,15 @@ def run_work(x_token_info, xstart_info):
|
|||||||
# executor.submit(hun_web.to_do_tui)
|
# executor.submit(hun_web.to_do_tui)
|
||||||
|
|
||||||
with Hub_Web(x_info=x_token_info, xstart_info=xstart_info) as hub:
|
with Hub_Web(x_info=x_token_info, xstart_info=xstart_info) as hub:
|
||||||
# hub.to_do_tui() # 发推
|
|
||||||
try:
|
try:
|
||||||
hub.account_nurturing() # 发推
|
hub.account_nurturing() # 养号
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
hub.FollowTwitterAccount() # 发推
|
hub.to_do_tui() # 发推
|
||||||
|
|
||||||
|
# hub.FollowTwitterAccount() # 关注
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user