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 |
---|---|---|---|
194 | 2024-02-12 10:52:56 | 88.27 | 98.5% |
152 | 2021-08-24 20:56:19 | 67.19 | 96% |
136 | 2019-04-23 17:03:04 | 78.15 | 98% |
129 | 2019-02-06 12:47:34 | 74.63 | 97% |
113 | 2019-01-30 13:47:53 | 67.78 | 97% |
80 | 2019-01-29 09:09:04 | 66.20 | 97% |
73 | 2019-01-29 08:55:34 | 69.87 | 97% |
43 | 2019-01-28 06:29:58 | 66.50 | 97% |
24 | 2019-01-27 23:31:51 | 60.68 | 97% |
13 | 2019-01-27 23:16:11 | 60.65 | 96% |
10 | 2019-01-27 23:09:29 | 66.23 | 96% |