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 |
---|---|---|---|
140 | 2023-09-18 11:34:58 | 45.29 | 96.3% |
115 | 2023-09-04 12:10:33 | 43.15 | 95.5% |
103 | 2023-09-02 16:43:00 | 46.87 | 96.9% |
79 | 2023-08-30 13:49:55 | 42.92 | 93.7% |
6 | 2023-08-21 14:08:01 | 42.02 | 95.7% |