JnBrymn / minglbot

0 stars 0 forks source link

remove input limits on get_friends and hydrate so that we can do large numbers #3

Open JnBrymn opened 10 years ago

JnBrymn commented 10 years ago

This involves building code to detect if the number of inputs exceeds the allowed single-call amount and if so breaking up the request into smaller requests. There's a num_to_use parameter that is currently set to infinity. It should probably be set to the max number that twitter allows for a single call so that we don't accidentally attempt to pull millions of followers down from someone that is too popular.