git clone https://github.com/vivekshah1801/Instagram-Fried-Potato
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)
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]
python3 main-interactive.py
#### [vivekshah.tech](https://vivekshah.tech)