aahouzi / Instagram-Scraper-2021

Scrape Instagram content and stories, using a new technique based on the har file (No Token + No public API).
MIT License
111 stars 12 forks source link

Proxy server options #7

Closed yunhwankim2 closed 2 years ago

yunhwankim2 commented 3 years ago

Hi. I tried to use the code, but it seems the line below generates "ProxyServerError: Can't connect to Browsermob-Proxy"

server = Server(proxy_path, options={"port": 8000})  # line 248 in insta_feed_scraper.py

I removed the "options={"port": 8000}" part, and it seems work fine so far. Just for your information. Thank you.

ghost commented 3 years ago

Same here, u can create a pull request