Meetmangukiya Instagram Scraper Save Abandoned

Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.

Project README

Instagram-Scraper

Installation

This scraper uses requests_html which requires python 3.6 or higher runtime.

pip install -r requirements.txt

Usage

As library

from instagram_scraper import scrape_instagram

for url, caption, hashtags, mentions in scrape_instagram(['quotes', 'meet'], 5):
    print(url, caption, hashtags, mentions)

As script

python3 instagram_scraper.py --tags software bugs --count 50
Open Source Agenda is not affiliated with "Meetmangukiya Instagram Scraper" Project. README Source: meetmangukiya/instagram-scraper
Stars
921
Open Issues
9
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating