getHashtagPosts not working properly #16
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: KaKi87/scraper-instagram-v1#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am trying to use pagination to get multiple posts based on hashtags. however, when I try to fetch using
It throws an error saying
Although, I've fixed it by commenting the
storyoption in queryHash, I'm getting limited posts in response. I want to scrape 100+ posts using hashtags. The doc saysauthentication neededbut how to add it here in this function?Kindly help me with this.
togetHashtagPostsnot workinggetHashtagPostsnot working properly