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 |
---|---|---|---|
33 | 2025-03-02 00:58:31 | 36.42 | 93.4% |
31 | 2024-10-11 05:22:39 | 50.02 | 95.7% |
26 | 2024-10-10 14:25:35 | 43.04 | 94.3% |