Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 560 Bytes

ScrapePy

Instagram scraper made in Python

Download pictures by username

s.scrape_by_username(username)

Download pictures by hashtag

s.scrape_by_hashtag(hashtag)

Download videos by username

s.scrape_videos_by_username(username)

Download videos by hashtag

s.scrape_videos_by_hashtag(hashtag)

Contribution contributions welcome

  • Fork this repo

  • Add new features

  • Create a new pull request for this branch