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 |
---|---|---|---|
60 | 2024-09-26 09:10:24 | 59.22 | 98% |
20 | 2024-08-30 12:24:05 | 58.58 | 96.7% |
12 | 2024-08-09 22:10:14 | 52.76 | 97% |
10 | 2024-08-07 11:18:28 | 51.74 | 97% |
5 | 2024-07-18 13:53:59 | 50.19 | 95.7% |