Commit b0ff3f4e authored by huangziyu's avatar huangziyu

1

parent 7df7cb2d
...@@ -173,7 +173,7 @@ if __name__ == "__main__": ...@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver = webdriver.Chrome(options=option) driver = webdriver.Chrome(options=option)
option.add_argument("--disable-blink-features=AutomationControlled") option.add_argument("--disable-blink-features=AutomationControlled")
driver.set_window_size(1200, 600) driver.set_window_size(1200, 600)
account_start_index = 0 account_start_index = 5
get_cookie(username=config.account_list[account_start_index]['username'], get_cookie(username=config.account_list[account_start_index]['username'],
password=config.account_list[account_start_index]['password'], driver=driver) password=config.account_list[account_start_index]['password'], driver=driver)
while True: while True:
......
...@@ -173,7 +173,7 @@ if __name__ == "__main__": ...@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver = webdriver.Chrome(options=option) driver = webdriver.Chrome(options=option)
option.add_argument("--disable-blink-features=AutomationControlled") option.add_argument("--disable-blink-features=AutomationControlled")
driver.set_window_size(1200, 600) driver.set_window_size(1200, 600)
account_start_index = 1 account_start_index = 6
get_cookie(username=config.account_list[account_start_index]['username'], get_cookie(username=config.account_list[account_start_index]['username'],
password=config.account_list[account_start_index]['password'], driver=driver) password=config.account_list[account_start_index]['password'], driver=driver)
while True: while True:
......
...@@ -173,7 +173,7 @@ if __name__ == "__main__": ...@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver = webdriver.Chrome(options=option) driver = webdriver.Chrome(options=option)
option.add_argument("--disable-blink-features=AutomationControlled") option.add_argument("--disable-blink-features=AutomationControlled")
driver.set_window_size(1200, 600) driver.set_window_size(1200, 600)
account_start_index = 2 account_start_index = 7
get_cookie(username=config.account_list[account_start_index]['username'], get_cookie(username=config.account_list[account_start_index]['username'],
password=config.account_list[account_start_index]['password'], driver=driver) password=config.account_list[account_start_index]['password'], driver=driver)
while True: while True:
......
...@@ -173,7 +173,7 @@ if __name__ == "__main__": ...@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver = webdriver.Chrome(options=option) driver = webdriver.Chrome(options=option)
option.add_argument("--disable-blink-features=AutomationControlled") option.add_argument("--disable-blink-features=AutomationControlled")
driver.set_window_size(1200, 600) driver.set_window_size(1200, 600)
account_start_index = 3 account_start_index = 8
get_cookie(username=config.account_list[account_start_index]['username'], get_cookie(username=config.account_list[account_start_index]['username'],
password=config.account_list[account_start_index]['password'], driver=driver) password=config.account_list[account_start_index]['password'], driver=driver)
while True: while True:
......
...@@ -173,7 +173,7 @@ if __name__ == "__main__": ...@@ -173,7 +173,7 @@ if __name__ == "__main__":
driver = webdriver.Chrome(options=option) driver = webdriver.Chrome(options=option)
option.add_argument("--disable-blink-features=AutomationControlled") option.add_argument("--disable-blink-features=AutomationControlled")
driver.set_window_size(1200, 600) driver.set_window_size(1200, 600)
account_start_index = 4 account_start_index = 9
get_cookie(username=config.account_list[account_start_index]['username'], get_cookie(username=config.account_list[account_start_index]['username'],
password=config.account_list[account_start_index]['password'], driver=driver) password=config.account_list[account_start_index]['password'], driver=driver)
while True: while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment