import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['text']
Game | Time | WPM | Accuracy |
---|---|---|---|
162 | 2024-12-08 17:25:02 | 35.94 | 93% |
155 | 2024-12-08 17:11:58 | 34.15 | 93.8% |
126 | 2024-11-22 07:02:56 | 31.24 | 94.4% |
63 | 2024-03-22 02:36:30 | 35.19 | 94.4% |