Re: fetch all tweets..

2009-11-08 Thread Tim Chase
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..

2009-11-08 Thread asit
print print The above code only fetches 20 tweets. How can I fetch all tweets ?? -- http://mail.python.org/mailman/listinfo/python-list