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 |
---|---|---|---|
205 | 2020-02-10 13:12:55 | 36.48 | 94% |
198 | 2020-02-06 15:31:57 | 40.45 | 97% |
182 | 2020-01-22 11:51:28 | 32.81 | 95% |
158 | 2020-01-05 14:42:42 | 34.21 | 96% |
142 | 2019-12-07 21:08:19 | 28.91 | 94% |
98 | 2019-12-01 16:06:51 | 30.28 | 96% |
77 | 2019-11-23 18:56:44 | 23.26 | 91% |
71 | 2019-11-23 18:33:31 | 20.92 | 90% |
69 | 2019-11-23 18:27:28 | 21.61 | 89% |
19 | 2019-08-31 17:57:07 | 28.10 | 98% |
15 | 2019-08-31 17:47:09 | 26.62 | 95% |