Skip to content

A python script to download comments of a post on Instagram

License

Notifications You must be signed in to change notification settings

akkarimi/get_instagram_comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Instagram Comments

A python script to download comments of a post on Instagram

Steps:

  1. Required libraries:

    • BeautifulSoup
    • selenium
    • langdetect
  2. You also need to download chrome driver: https://sites.google.com/a/chromium.org/chromedriver/

  3. Add the chrome driver to the PATH variable: export PATH=$PATH:/path-to-chormedriver-directory/

  4. Run the script:

    $ python get_insta_comments.py

  5. Copy the post address from the address bar and paste it on the shell

    Example: https://www.instagram.com/p/Bw9KgX8INZX/

  6. You can choose to see all the comments or only English comments

AK

About

A python script to download comments of a post on Instagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages