This commit is contained in:
27942
2025-12-19 19:16:41 +08:00
parent 060678f203
commit b04a1da4c3
19 changed files with 746788 additions and 192 deletions

View File

@@ -738,7 +738,7 @@ def run_work(x_token_info, xstart_info):
pass
# hub.to_do_tui() # 发推
hub.回复() # 发推
# hub.回复() # 发推
# hub.FollowTwitterAccount() # 关注
@@ -762,7 +762,7 @@ if __name__ == '__main__':
# time.sleep(random.randint(15, 60))
# 同时运行
max_threads = 8
max_threads = 10
delay_between_start = 15 # 每次启动线程之间的延迟时间(秒)
with ThreadPoolExecutor(max_workers=max_threads) as executor: