This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If we can only do 180 requests every fifteen minutes, given our 25,000 accounts (how many are associated with Twitter?), it would ~35 hours to complete 😦 |
@seanlinsley Yes. We have 19,520 accounts, so at ~720 per hour we're looking at 27+ hours. Considering that #1936 is 15 days old, I think waiting another day is not so bad. :-) |
Yeah, that's not a problem for a script you run once. I'm more thinking about #900 |
You're doing it wrong, you can get up to 100 user profiles in one request. |
@Changaco is right. See #1395 (comment). The twitter api for this is https://dev.twitter.com/docs/api/1.1/get/users/lookup |
This gives us 100 at a time instead of 1!
This is ready for final review and merge. |
zbynekwinkler
added a commit
that referenced
this pull request
Feb 7, 2014
Here's a one-off script for #1936
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@BastianBerndsen and I are going to run this once to fix #1936. We could use this as a base to properly implement #900, but that'll take a good bit more work.