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 |
---|---|---|---|
124 | 2019-05-20 05:31:21 | 29.43 | 98% |
120 | 2019-05-19 16:49:44 | 29.11 | 96% |
90 | 2019-05-18 16:57:13 | 27.23 | 97% |
88 | 2019-05-18 16:51:04 | 26.94 | 97% |
80 | 2019-05-18 05:16:38 | 29.26 | 100% |
76 | 2019-05-17 14:14:54 | 28.00 | 98% |
63 | 2019-05-17 10:17:37 | 25.35 | 96% |
47 | 2019-05-17 08:22:33 | 26.39 | 96% |
43 | 2019-05-17 08:12:11 | 27.17 | 98% |
34 | 2019-05-16 14:39:09 | 27.30 | 97% |
23 | 2019-05-16 10:31:42 | 24.68 | 97% |
4 | 2019-05-16 08:54:34 | 27.40 | 99% |