Skip to main content

Super lightweight Instagram web scraper for data analysis

Project description

instascrape

Lightweight Python 3 web scraper for data mining Instagram easily and efficiently!

Installation

Clone

  • Clone to your local machine using
$ git clone https://github.com/chris-greening/instascrape.git 

Setup

  • Install required dependencies using
$ pip3 install -f requirements.txt

Features

  • Post

Instantly scrape dozens of data points from a single Instagram post

from instascrape.post import Post 
url = 'https://www.instagram.com/p/CFcSLyBgseW/'
post = Post(url)
post.load()
print(post.likes)        
print(post.upload_date)

Support

Reach out to me if you have questions or ideas!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insta-scrape-0.0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

insta_scrape-0.0.4-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page