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 |
---|---|---|---|
45 | 2022-09-08 14:46:28 | 37.33 | 99% |
38 | 2022-09-08 05:06:11 | 34.17 | 96% |
34 | 2022-09-06 05:59:44 | 35.27 | 97% |
23 | 2022-08-26 11:24:22 | 35.03 | 96% |
18 | 2022-08-23 05:52:27 | 34.48 | 96% |
17 | 2022-08-23 05:50:31 | 35.23 | 97% |
4 | 2022-08-10 10:24:43 | 25.65 | 93% |