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 |
---|---|---|---|
92 | 2025-07-14 02:46:44 | 13.35 | 97% |
85 | 2025-07-13 14:51:37 | 13.53 | 95% |
64 | 2025-06-23 19:35:31 | 14.88 | 90% |
51 | 2025-06-23 18:21:47 | 8.30 | 92% |
21 | 2025-06-10 21:56:21 | 18.01 | 94% |
16 | 2025-05-31 19:14:46 | 15.93 | 97% |
5 | 2025-05-28 01:14:55 | 14.04 | 92% |