diff --git a/1111 b/1111 new file mode 100644 index 0000000..c8f8d82 --- /dev/null +++ b/1111 @@ -0,0 +1,10 @@ +bitmart +账号:webseago@gmail.com +密码:Wg138333! + +websea +账号:yangyicheng6666@gmail.com +密码:Wg138333. + + + diff --git a/推特/main.py b/推特/main.py index eba8fe1..4b990b7 100644 --- a/推特/main.py +++ b/推特/main.py @@ -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)