/insta-followers-scraper

A python script to extract the list of followers from a given Instagram account. This is for demonstration purposes only.

Primary LanguagePython

Steps to Configure and execute the tool

Setup

  1. Clone and install the InstaPy library https://github.com/timgrossmann/InstaPy

  2. Download and install the appropriate chromedriver for your environment http://chromedriver.chromium.org/downloads

Execution

  1. Execute grab.py using the following command:

python grab.py --account accountname --percentage percentageoffollowerstoscrape

eg: python grab.py --account kingjames --percentage 25 will scrape 25% of the followers from the kingjames instagram account