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 |
---|---|---|---|
26 | 2025-06-18 05:53:20 | 83.62 | 100% |
24 | 2025-05-16 02:42:31 | 84.37 | 99.2% |
19 | 2025-05-13 21:58:09 | 85.91 | 99.2% |
14 | 2025-01-11 16:56:22 | 71.47 | 98% |
7 | 2024-08-27 22:03:25 | 61.52 | 97% |