sbenthall / poll.emic

A tool for visualizing a Twitter user's relationships
12 stars 5 forks source link

Review others' lookup code to see if lookup_many can be improved #6

Open sbenthall opened 10 years ago

sbenthall commented 10 years ago

Check out this implementation of lookup over a large number of usernames:

https://github.com/sixohsix/twitter/blob/master/twitter/follow.py#L74

Compare with lookup_many and see whether the code can be improved based on this example.