This commit is contained in:
Administrator
2025-12-09 13:34:44 +08:00
parent a14011b354
commit ea14ba52bd
2 changed files with 15 additions and 4 deletions

10
1111 Normal file
View File

@@ -0,0 +1,10 @@
bitmart
账号webseago@gmail.com
密码Wg138333!
websea
账号yangyicheng6666@gmail.com
密码Wg138333.

View File

@@ -413,7 +413,7 @@ class Hub_Web:
time.sleep(random.randint(1, 10))
def account_nurturing(self):
self.start()
# self.start()
titles = ["Bianca", "币安", "OKX", "bitget", "bybit", "mexc"]
random_element = random.choice(titles)
@@ -675,7 +675,8 @@ def run_work(x_token_info, xstart_info):
with Hub_Web(x_info=x_token_info, xstart_info=xstart_info) as hub:
# hub.to_do_tui() # 发推
hub.account_nurturing() # 发推
# hub.account_nurturing() # 发推
hub.FollowTwitterAccount() # 发推
if __name__ == '__main__':
@@ -723,5 +724,5 @@ if __name__ == '__main__':
# executor.submit(hun_web.to_do_tui)
executor.submit(run_work, x_token_info, xstart_info)
# time.sleep(random.randint(15, 60))
time.sleep(delay_between_start)
time.sleep(random.randint(150, 850))
# time.sleep(delay_between_start)