Skip to content

kuroega/instapeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instapeek

Instagram Scrapter powered by Selenium

inspired by @unscrape from @Chalarangelo

Dependencies

  • Python 3.6.3 or later
  • pip3 install requests Pillow selenium
  • geckodriver (windows, mac os, linux supported)
  • Firefox Browser

Scrape

example: peek Emma Watson's photos

$ python3 instapeeker.py emmawatson

Peek

mac os users:

$ open path-to-instapeek/Instagram@emmawatson/

TODO

  • scrape images of a user
  • support infinite scrolling
  • support command line args
  • scrape everything (followers, followings)
  • multithreading