Re: fetch all tweets..
ng twitter). import twitter api = twitter.Api(); sta = api.GetUserTimeline('ShashiTharoor') i = 0 for s in sta: i +=1 print str(i) + " " + s.text print The above code only fetches 20 tweets. How can I fetch all tweets ?? I believe the API lim
fetch all tweets..
print print The above code only fetches 20 tweets. How can I fetch all tweets ?? -- http://mail.python.org/mailman/listinfo/python-list