Julian-O / Instagram-API-python

Unofficial Instagram API in Python.
Other
22 stars 15 forks source link

API changes for feed/user #8

Open nolanlad opened 2 years ago

nolanlad commented 2 years ago

The feed/user endpoint gives a 400 error as is, but this can be fixed by adding the "count" parameter, which is usually set to 12. Would you be open to me making a pull request?

Julian-O commented 2 years ago

A PR would be delightful.

I note that this package hasn't been touched for a few years, and I learnt just yesterday that an upload feature has been added to the Instagram API in the last year. There are likely other areas that this is out of date.

nolanlad commented 2 years ago

I made a PR, while I was at it I added the stories api

Julian-O commented 2 years ago

Sorry - not seeing the PR, or any commits on your fork

nolanlad commented 2 years ago

Apologies, I think I fixed the problem now I can see the PR open on your repo now