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 |
---|---|---|---|
64 | 2019-08-22 13:04:00 | 62.08 | 97% |
42 | 2019-07-20 17:10:35 | 61.23 | 95% |
38 | 2019-07-20 17:02:59 | 63.35 | 97% |
29 | 2019-04-19 20:06:47 | 53.96 | 95% |
14 | 2018-11-01 16:09:33 | 39.20 | 93% |