lookup users API call doesn't require authentication. See the documentation at https...
authorBen Dowling <ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000 (18:15 +0000)
committerBen Dowling <ben.m.dowling@gmail.com>
Wed, 29 Feb 2012 18:15:53 +0000 (18:15 +0000)
commit87d01a039a9133d17f8f3aa4ce750ea58c9ade72
tree37f7384cbdc32cd66dcb2772426a635153830ca4
parent41fe5dc5e34ba1246f2d3efababa0f3f30ea363f
lookup users API call doesn't require authentication. See the documentation at https://dev.twitter.com/docs/api/1/get/users/lookup and try the example: https://api.twitter.com/1/users/lookup.json?screen_name=twitterapi&include_entities=true
tweepy/api.py