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 |
---|---|---|---|
147 | 2021-08-30 23:56:47 | 64.27 | 98% |
96 | 2019-04-12 04:35:18 | 43.39 | 96% |
78 | 2019-03-31 10:58:46 | 64.09 | 100% |