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 |
---|---|---|---|
39 | 2022-08-06 20:18:02 | 52.17 | 100% |
10 | 2022-08-05 18:07:51 | 46.49 | 98% |
5 | 2022-08-05 17:57:03 | 45.04 | 97% |
3 | 2022-08-05 17:53:11 | 43.48 | 98% |