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 |
---|---|---|---|
278 | 2024-01-12 20:51:39 | 71.24 | 96.7% |
272 | 2024-01-12 20:44:38 | 69.20 | 96.6% |
263 | 2024-01-10 02:14:43 | 54.70 | 95.8% |
242 | 2024-01-09 05:41:21 | 67.00 | 97.5% |
226 | 2024-01-09 02:06:20 | 65.52 | 96.4% |
203 | 2024-01-08 16:32:04 | 66.15 | 96.8% |
182 | 2024-01-06 03:50:50 | 68.16 | 96.3% |
162 | 2024-01-05 16:12:22 | 56.63 | 94.3% |
158 | 2024-01-05 16:09:01 | 68.63 | 96.9% |
133 | 2024-01-04 19:07:47 | 57.79 | 96.3% |
98 | 2024-01-04 00:57:40 | 61.26 | 95.8% |
93 | 2024-01-04 00:52:23 | 62.87 | 97.1% |
74 | 2024-01-03 16:49:10 | 59.11 | 95.1% |
23 | 2024-01-02 17:01:03 | 55.79 | 95.4% |
4 | 2024-01-02 16:35:17 | 46.98 | 91.9% |