/Instagram-Caption-Scraper

Scrape Instagram post captions

Primary LanguagePython

Instagram-Caption-Scraper

Scrape Instagram post captions

A simple scraper which allows you to go through an Instagram user's post captions and filter out the posts containing specific substring.

For example, I could go through @NASA's posts and filter the ones in which they mention International Space Station.

Installation

pip install -r requirements.txt`

Needs Chrome driver in PATH from here: https://chromedriver.chromium.org/downloads

(You can add the current directory to PATH with:

PATH=$PATH:. python CaptionSearch.py