jmcgover / unblock-all

A javascript script that unblocks all of a Twitter user's blocked Twitter accounts
MIT License
30 stars 20 forks source link

Maximum requests. #6

Open DocRedFox opened 5 years ago

DocRedFox commented 5 years ago

4/4/2019

It appears that Twitter now has a maximum number of requests it's allowed to do so this code will not work unless the loop is limited to the maximum number of requests.

Tested with a block list of 62k people and it seems to jam up around 100 but I didn't count.