adamdecaf / horizon

A bunch of golang code that doesn't quite fit together yet
0 stars 0 forks source link

twitter: reprocessor to handle backfill of Twitter users #4

Open adamdecaf opened 8 years ago

adamdecaf commented 8 years ago

We should figure backfill twitter user data from tweets we have. Should be easy to group users we don't have rows for and backfill. 1k a day? 10k a day?

https://dev.twitter.com/rest/reference/get/users/lookup allows us to do 100/request

adamdecaf commented 8 years ago

This should use https://github.com/adamdecaf/horizon/issues/5 to limit itself.