bernsteining

Results 8 comments of bernsteining

Looks like instagram changed the layout of the page. Feel free to submit a PR to fix the bug :) I don't have time anymore to code this tool, and...

Hmm weird, I can download it with apt ... You can still try to download chromium-chromedriver binary on the official website : https://chromedriver.storage.googleapis.com/index.html?path=81.0.4044.69/ Then, place it in /usr/bin/ (default path...

Hi, did you try to chmod +x the chromedriver binary? Maybe the chromedriver isn't located in /usr/bin/ in your case, so you'd have to change the hardcoded chromedriver path in...

Another way to fix that would be to locate your chromedriver by typing : ``` whereis chromedriver ``` If chromedriver is correctly installed, this should output the chromedriver's path in...

You can now try with the Docker image provided, instructions are available in the README.md. Feedback / testing appreciated :)

Yes this project was a school project a did 4-5 years ago. Even if pip install would work, I doubt the scraping logic would still work since Instagram evolved a...

Really good idea, thanks for pointing that out. Shouldn't we add the: * alphabetical sort * duplicates removal * renaming to the python script logic? In order not to do...

In my opinion the `script.py` is way too long with hardcoded logic on symbols. I'd rather prefer a small logic that produces the same output, or a JSON file loaded...