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 |
---|---|---|---|
41 | 2024-04-08 11:17:23 | 19.60 | 89.9% |
33 | 2024-04-01 04:35:29 | 19.90 | 90.9% |
14 | 2024-03-21 13:14:10 | 18.14 | 92.2% |
7 | 2024-03-19 10:06:44 | 15.39 | 91.8% |
5 | 2024-03-19 07:55:14 | 16.43 | 92.4% |