chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
630 stars 107 forks source link

Scrape user's Reels #110

Open gsavvid opened 3 years ago

gsavvid commented 3 years ago

While it's great to have a Reel scrapper, it would also be very useful to have a way to retrieve a list of Reels from a user's profile.

For example, have equivalent methods to get_recent_posts and get_posts (ie. get_recent_reels and get_reels) which return a list of Reels.