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 |
---|---|---|---|
268 | 2021-11-29 16:15:44 | 52.01 | 96% |
237 | 2021-10-25 19:59:05 | 38.95 | 96% |
215 | 2021-10-22 17:53:13 | 49.48 | 97% |
178 | 2021-09-29 14:47:51 | 49.60 | 97% |
176 | 2021-09-29 14:44:37 | 46.41 | 96% |
153 | 2021-09-27 16:33:06 | 53.50 | 98% |
152 | 2021-09-27 16:31:35 | 46.55 | 95% |
138 | 2021-09-24 15:00:30 | 49.64 | 96% |
116 | 2021-09-18 19:21:51 | 50.70 | 97% |
113 | 2021-09-18 19:15:22 | 47.85 | 97% |
101 | 2021-09-18 18:51:12 | 45.32 | 95% |
82 | 2021-09-15 18:51:34 | 42.68 | 96% |
40 | 2021-09-08 14:43:02 | 44.94 | 97% |
11 | 2021-09-04 17:09:12 | 44.84 | 97% |