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-10-11 11:29:11 | 47.85 | 93.8% |
38 | 2024-10-04 16:15:25 | 40.92 | 93.9% |
10 | 2024-09-24 05:55:40 | 42.76 | 93.2% |
1 | 2024-09-18 19:27:44 | 35.85 | 93.4% |