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
625 stars 109 forks source link

Add get_posts() method to Hashtag class #128

Open thisiselliot opened 3 years ago

thisiselliot commented 3 years ago

git push

Description

I added a get_posts() method to the Hashtag class (copied from the Profile class) in order to scrape hashtags using chromedriver.

Fixes # (issue)

Checklist

Additional notes (optional)

I hardcoded posts_len as a workaround since I wasn't sure how the code worked for getting the number of posts.