-
Notifications
You must be signed in to change notification settings - Fork 35
Discussion about Instagram Rate limits (using story_view function) #17
Comments
Also, since I got this issue this morning, I'm unable to launch my script regardless of my account being fully functional, both on browser and phone. The API manages to log in correctly but it crashes due to returning
However, I'm able to visit this endpoint on browser even after loggin in so it looks like they flagged one of the headers maybe. EDIT: I'm not sure why but for this specific issue, I had to include "ds_user_id" in the cookies jar. I fixed it by editing line 179 to the following:
That cookie is probably not necessary in most cases but apparently it was in mine, so I reckon it wouldn't hurt to edit the code to add it for everyone. |
@null-routed, Thanks for the feedback! Do you know how many requests you sent? I think this information could be useful to others. |
@null-routed Can you send a pull request, then it'll be easier for me to review? Thanks for opening the issue, have a nice day!! |
Uh oh!
There was an error while loading. Please reload this page.
First of all, thanks @b31ngd3v for building this API.
I recently built a quick script to view accounts' stories in loop. Here's the code
After a few minutes, my script gets detected and I'm required to change my instagram password due to "a suspiscious login attempt". Does anyone know what IG's rate limits are & what my sleep times should be in order not to run into this?
The text was updated successfully, but these errors were encountered: