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 |
---|---|---|---|
86 | 2023-12-14 08:04:47 | 82.41 | 95.9% |
75 | 2023-08-12 10:34:24 | 83.56 | 96.8% |
50 | 2023-08-09 06:52:07 | 85.67 | 97.1% |
40 | 2023-08-09 06:40:11 | 87.34 | 98.5% |
39 | 2023-08-09 06:39:12 | 79.66 | 96.5% |
21 | 2023-08-09 06:19:45 | 85.76 | 97.5% |
8 | 2023-08-01 13:43:07 | 83.13 | 97.3% |
5 | 2023-07-31 04:51:41 | 68.12 | 94.3% |
4 | 2023-07-31 04:49:47 | 76.30 | 95.1% |
3 | 2023-07-31 04:48:45 | 72.49 | 95.4% |