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 |
---|---|---|---|
110 | 2025-06-22 22:42:59 | 28.49 | 96% |
103 | 2025-06-22 22:19:37 | 25.93 | 87% |
98 | 2025-06-22 21:03:13 | 29.64 | 96% |
75 | 2025-06-18 19:07:19 | 29.06 | 95% |
23 | 2025-06-07 23:34:53 | 21.87 | 82.9% |
22 | 2025-06-07 23:30:39 | 21.81 | 84% |
17 | 2025-06-06 02:44:36 | 24.23 | 71% |