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 |
---|---|---|---|
48 | 2025-07-03 02:07:46 | 38.86 | 93% |
45 | 2025-06-17 01:51:38 | 38.72 | 96% |
4 | 2023-09-13 23:46:35 | 24.12 | 93.3% |