fwefwf
This commit is contained in:
10
1111
Normal file
10
1111
Normal file
@@ -0,0 +1,10 @@
|
||||
bitmart
|
||||
账号:webseago@gmail.com
|
||||
密码:Wg138333!
|
||||
|
||||
websea
|
||||
账号:yangyicheng6666@gmail.com
|
||||
密码:Wg138333.
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user