InstaPy / instagram-profilecrawl

📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crawl_profile_pi.py - Is missing.

rattus666 opened this issue · comments

crawl_profile_pi.py - Is missing.

Followed all the steps but couldn't run the script on RPi4.
When trying to use crawl_profile.py
It just bonks on the chromedriver and nothing works.

rts@raspberrypi:~/instagram-profilecrawl $ python3 crawl_profile.py boathold
Traceback (most recent call last):
File "/home/rts/instagram-profilecrawl/crawl_profile.py", line 14, in
with SetupBrowserEnvironment() as browser:
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 35, in enter
self.browser = init_chromedriver(self.chrome_options, self.capabilities)
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 53, in init_chromedriver
browser = webdriver.Chrome(ChromeDriverManager().install())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/chrome.py", line 39, in install
driver_path = self._get_driver_path(self.driver)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/manager.py", line 30, in _get_driver_path
file = self._download_manager.download_file(driver.get_url())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/download_manager.py", line 28, in download_file
response = self._http_client.get(url)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 33, in get
self.validate_response(resp)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 16, in validate_response
raise ValueError(f"There is no such driver by url {resp.url}")
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_linux32.zip