subzeroid / instagrapi-rest

RESTful API Wrapper for Instagram Private API
https://hikerapi.com/p/ygXxF38v
MIT License
499 stars 128 forks source link

Pagination of /media/user_medias #67

Open jangrewe opened 10 months ago

jangrewe commented 10 months ago

Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3

Is your feature request related to a problem? Please describe. Then /media/user_medias route only returns the last e.g. 50 medias, and there is no way of telling it "get the 50 medias before the 50 you fetched last time" - or in other words: paginate ;-)

Describe the solution you'd like I'd like to have the pagination that instagrapi provides also implemented in instagrapi-rest. :-)

Describe alternatives you've considered Not using instagrapi-rest... which would be a shame, because quick testing shows that it's working really nicely!

subzeroid commented 10 months ago

Use https://api.hikerapi.com, everything works there

jangrewe commented 10 months ago

I understand that you're trying to get more paying users for that service, but as i'm just building a small "private" tool, i rather stay on free options.