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 |
---|---|---|---|
108 | 2024-10-30 18:16:36 | 43.71 | 93.5% |
96 | 2024-10-29 05:26:35 | 49.52 | 97% |
87 | 2024-10-29 05:07:21 | 55.91 | 97.7% |
25 | 2024-10-28 18:54:45 | 41.17 | 96.3% |
19 | 2024-10-28 18:23:55 | 41.40 | 96.6% |
14 | 2024-10-28 18:17:00 | 36.67 | 92.9% |