mifi / instauto

Instagram bot / automation library written in Javascript for Node.js
797 stars 145 forks source link

GraphQL URL not working anymore #100

Closed ivanpoli closed 2 years ago

ivanpoli commented 2 years ago

Hi, I have an issue with Instauto, this link is not working anymore: https://www.instagram.com/user?__a=1

Hence the whole instauto is not starting

See screenshot:

image

Am I somehow getting blocked from IG? What should I do?

andbas commented 2 years ago

Seems like IG changed their API a bit, need to investigate how to find a new link to graphql. I have the same issue

Brozzor commented 2 years ago

I have exactly the same

ivanpoli commented 2 years ago

Seems like IG changed their API a bit, need to investigate how to find a new link to graphql. I have the same issue

If it's for retrieving followers/following list we have an alternative feasible way: https://stackoverflow.com/a/62722236/4098136

Do you think it could be done with puppeter?

mifi commented 2 years ago

related https://github.com/mifi/SimpleInstaBot/issues/125

ivanpoli commented 2 years ago

Thank you very much, it's fixed in the latest release! I'm going to close this issue.