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 |
---|---|---|---|
74 | 2025-06-26 00:18:39 | 40.51 | 94% |
72 | 2025-06-26 00:08:38 | 39.72 | 93% |
69 | 2025-06-15 01:04:10 | 33.36 | 93% |
48 | 2025-05-25 20:01:13 | 40.31 | 94% |
26 | 2025-05-22 23:32:58 | 38.11 | 92% |