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 |
---|---|---|---|
66 | 2025-06-27 19:51:00 | 32.02 | 93% |
31 | 2025-06-22 11:56:41 | 30.20 | 93% |
4 | 2025-06-15 08:18:46 | 32.06 | 93% |
3 | 2025-06-15 08:16:42 | 18.55 | 90% |