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 |
---|---|---|---|
36 | 2025-07-08 09:23:45 | 51.43 | 94% |
29 | 2025-07-08 09:04:07 | 55.62 | 96% |
14 | 2025-07-05 14:54:31 | 46.26 | 95% |
5 | 2025-07-05 14:27:25 | 47.88 | 95% |