Implemented API.lookup_users()
authorJoshua Roesslein <jroesslein@gmail.com>
Fri, 19 Mar 2010 03:38:57 +0000 (22:38 -0500)
committerJoshua Roesslein <jroesslein@gmail.com>
Fri, 19 Mar 2010 03:38:57 +0000 (22:38 -0500)
commit08009fb70a1d3c64c17ce3adc09bb79852cc90ad
tree88ad7b434623606e15a7d553b2615a534a6b0d92
parent482ca5e44ff2f125cbffbda240f6cd3fd87a9a68
Implemented API.lookup_users()

This method allows you to perform a bulk lookup
of users by using their IDs or screen names.

For more info see http://apiwiki.twitter.com/Twitter-REST-API-Method:-users-lookup
tweepy/api.py
tweepy/utils.py