vivekshah1801 / Instagram-Fried-Potato

Fried Potato is a instagram scrapper that shows you the post, followers, and following count for any public or private instagram handle. Useful for small social media marketing firms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Scraper

An easy-to-use instagram public details (Followers, following, post count) scraper.


Installation

git clone https://github.com/vivekshah1801/Instagram-Fried-Potato

Usage

This scraper runs in two modes.

  • Batch Mode (Takes input from file and scrapes details in batch, optionally saves output to csv file)
  • Interactive Mode (Takes input from console, scrapes one profile only, useful for quick test)

Batch Mode Usage

python3 main.py -f path/to/file [-q] [-o path/to/output]

  • -f : Path to input file with profile ids to scrape.
  • -q : Quite flag, surpresses any error. [Optional]
  • -o : Output file path where csv of results will be saved, if not provided outputs to console. [Optional]

Interactive Mode Usage

python3 main-interactive.py

Screenshots

  • Batch Mode batch mode execution

  • Interactive Mode interactive mode execution


#### [vivekshah.tech](https://vivekshah.tech)

About

Fried Potato is a instagram scrapper that shows you the post, followers, and following count for any public or private instagram handle. Useful for small social media marketing firms.


Languages

Language:Python 100.0%