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 |
---|---|---|---|
140 | 2023-05-30 16:40:33 | 61.84 | 95.4% |
134 | 2023-05-27 13:35:58 | 57.54 | 95.2% |
131 | 2023-05-27 07:35:24 | 61.49 | 95.8% |
128 | 2023-05-27 07:31:27 | 60.82 | 94.8% |
96 | 2023-05-24 03:21:36 | 55.14 | 93.8% |
72 | 2023-05-23 13:44:54 | 56.49 | 94.8% |
13 | 2023-05-23 05:43:52 | 53.27 | 94.4% |