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 |
---|---|---|---|
73 | 2023-09-15 05:16:06 | 52.83 | 93.1% |
69 | 2023-09-14 14:37:11 | 53.57 | 95.8% |
60 | 2023-09-14 14:19:23 | 43.15 | 93.9% |
27 | 2023-09-14 13:09:08 | 53.45 | 96.7% |
20 | 2023-09-11 14:54:29 | 47.25 | 94.9% |
11 | 2023-09-11 14:39:22 | 47.28 | 94.2% |
5 | 2023-09-11 14:17:54 | 39.90 | 94.6% |