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 |
---|---|---|---|
155 | 2024-08-10 02:51:31 | 38.99 | 96.4% |
105 | 2024-06-20 07:04:19 | 43.70 | 97.4% |
97 | 2024-06-18 07:46:42 | 40.15 | 98.1% |
85 | 2024-06-15 17:12:23 | 37.45 | 96.7% |
81 | 2024-06-13 15:47:19 | 36.99 | 96.3% |
65 | 2024-06-12 07:38:56 | 38.40 | 96.4% |
6 | 2023-01-31 00:05:48 | 39.56 | 97% |