RoundedPixels
BANNED
- Aug 22, 2013
- 140
- 34
Well, Instagram decided to limit their API even more... And I mean A LOT MORE.
Earlier today, I was running my Instagram bots (following) and I ran into some issues. I Opened up Fiddler to see this:
I then cried for the rest of the day.
Later, I decided to check my like bots (lol never run those anymore) and saw that they also limited the amount of requests for liking.
Now not only are we limited to the speed of requests sent to their servers (captchas (which you can disable )), but we're also restricted more by the number of requests we can send (but you can still send 5000 rq/h to their servers.)
A solution for botters that use the API would be to implement more clients into your software, which I am currently doing. But 20 clients would still only be 400 follows/h.
Anyway, hope this helped anyone that hasn't found this out yet.
Liking:
Old: 245/h
New: 30/h
Following:
Old:155/h
New: 20/h
Commenting:
Old: 55/h
New: 15/h
Earlier today, I was running my Instagram bots (following) and I ran into some issues. I Opened up Fiddler to see this:
Code:
{"meta":{"error_type":"OAuthRateLimitException","code":429,"error_message":"The maximum number of requests per hour has been exceeded. You have made Number requests of the 20 allowed in the last hour."}}
Later, I decided to check my like bots (lol never run those anymore) and saw that they also limited the amount of requests for liking.
Now not only are we limited to the speed of requests sent to their servers (captchas (which you can disable )), but we're also restricted more by the number of requests we can send (but you can still send 5000 rq/h to their servers.)
A solution for botters that use the API would be to implement more clients into your software, which I am currently doing. But 20 clients would still only be 400 follows/h.
Anyway, hope this helped anyone that hasn't found this out yet.
Liking:
Old: 245/h
New: 30/h
Following:
Old:155/h
New: 20/h
Commenting:
Old: 55/h
New: 15/h
Last edited: