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 |
---|---|---|---|
28 | 2025-07-28 19:33:29 | 51.40 | 93% |
19 | 2025-07-28 17:44:45 | 54.56 | 95% |
17 | 2025-07-27 20:06:00 | 51.31 | 95% |
13 | 2025-07-25 18:13:57 | 46.48 | 93% |
5 | 2025-07-20 17:32:32 | 44.79 | 92% |
3 | 2025-07-20 17:29:39 | 42.04 | 91% |