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 |
---|---|---|---|
23 | 2024-12-31 00:32:23 | 41.42 | 94.2% |
20 | 2024-12-28 21:37:48 | 43.22 | 95.7% |
6 | 2024-12-10 00:28:47 | 47.71 | 97% |
5 | 2024-12-10 00:18:09 | 36.25 | 94.8% |