diff --git a/InstaBot_Beta.py b/InstaBot_Beta.py index 3b68280..1ca4b3f 100644 --- a/InstaBot_Beta.py +++ b/InstaBot_Beta.py @@ -14,6 +14,7 @@ class Bot: def __init__(self): self.driver= webdriver.Chrome('chromedriver.exe') + #for linux and mac ,use-> self.driver= webdriver.Chrome('chromedriver') self.base_url = 'https://www.instagram.com/' self.driver.execute_script("alert('Please check your Application console window')") @@ -411,4 +412,4 @@ def close_browser(self): if choice=='0': print("Thank You! | Exiting Now") obj.close_browser() - break \ No newline at end of file + break