Skip to content

juliusdanek/instascrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instascrape


A small library that allows you to scrape Instagram – limited to biographies, follower numbers, emails and external URLs for now.

To use, simply do:

In [1]: import instascrape
In [2]: instascrape.bio_scrape('9gag')
Out[2]:
  {'bio': u'The best content platform for millennials \u2022 Share your content with our 150M | global audience \u2022 \U0001f4e7 creation@9gag.com \u2022',
  'email': u'creation@9gag.com',
  'external_url': 'http://9gag.com/apps',
  'followers': 38911657,
  'ig_handle': '9gag',
  'ig_url': 'https://www.instagram.com/9gag/'}

About

Instagram Scrape written in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages