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 |
---|---|---|---|
74 | 2025-02-08 17:00:46 | 42.42 | 94.6% |
40 | 2025-02-02 15:30:50 | 33.80 | 90.4% |
33 | 2025-01-28 18:01:44 | 24.80 | 89.5% |
9 | 2025-01-23 13:41:39 | 29.29 | 91.6% |