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 |
---|---|---|---|
184 | 2019-07-23 15:25:52 | 137.02 | 100% |
177 | 2019-07-21 17:23:57 | 129.55 | 99% |
173 | 2019-07-21 17:18:31 | 112.65 | 97% |
172 | 2019-07-21 17:17:27 | 114.63 | 97% |
159 | 2019-07-20 17:10:10 | 123.91 | 99% |
126 | 2019-02-14 03:49:46 | 114.64 | 99% |
121 | 2019-02-14 03:40:02 | 100.20 | 98% |
97 | 2019-02-01 01:22:07 | 94.60 | 96% |
70 | 2019-01-27 23:31:28 | 114.17 | 99% |
59 | 2019-01-27 23:15:47 | 120.59 | 99% |
55 | 2019-01-27 23:09:09 | 122.03 | 98% |
35 | 2019-01-27 22:36:51 | 117.61 | 98% |
28 | 2019-01-02 01:28:42 | 112.35 | 98% |
8 | 2018-10-03 17:05:09 | 123.26 | 100% |