57

GitHub - meetmangukiya/instagram-scraper: Scrape the Instagram frontend. Inspire...

 5 years ago
source link: https://github.com/meetmangukiya/instagram-scraper
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

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

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK