A python script to download comments of a post on Instagram
Steps:
-
Required libraries:
- BeautifulSoup
- selenium
- langdetect
-
You also need to download chrome driver: https://sites.google.com/a/chromium.org/chromedriver/
-
Add the chrome driver to the PATH variable: export PATH=$PATH:/path-to-chormedriver-directory/
-
Run the script:
$ python get_insta_comments.py
-
Copy the post address from the address bar and paste it on the shell
-
You can choose to see all the comments or only English comments
AK