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 |
---|---|---|---|
43 | 2021-10-09 16:31:38 | 41.61 | 96% |
40 | 2021-10-09 16:26:08 | 42.59 | 95% |
36 | 2021-10-09 00:09:46 | 49.98 | 96% |
27 | 2021-10-08 23:29:27 | 35.11 | 94% |
21 | 2021-10-08 17:19:14 | 40.51 | 95% |