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-11-27 21:02:33 | 115.23 | 100% |
95 | 2019-08-12 16:32:43 | 108.38 | 98% |
70 | 2019-08-08 23:46:39 | 105.30 | 98% |
39 | 2019-08-08 03:50:23 | 103.76 | 99% |
32 | 2019-08-08 03:39:58 | 90.42 | 95% |
31 | 2019-08-08 03:38:40 | 97.09 | 98% |
22 | 2019-08-08 03:22:45 | 83.50 | 97% |
16 | 2019-08-08 03:13:17 | 82.87 | 96% |
15 | 2019-08-08 03:10:34 | 92.86 | 98% |