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 |
---|---|---|---|
166 | 2019-01-27 23:31:38 | 83.06 | 98% |
156 | 2019-01-27 23:16:07 | 66.97 | 94% |
152 | 2019-01-27 23:09:28 | 68.75 | 96% |
141 | 2019-01-27 22:37:10 | 66.88 | 95% |
92 | 2018-11-01 03:19:29 | 61.62 | 95% |
66 | 2018-10-31 23:50:03 | 65.72 | 94% |
32 | 2018-10-31 19:41:32 | 67.22 | 96% |