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 |
---|---|---|---|
36 | 2023-11-22 00:59:45 | 48.98 | 94.8% |
32 | 2023-11-04 18:36:27 | 52.99 | 95.9% |
29 | 2023-11-04 18:29:25 | 50.15 | 97.1% |
16 | 2023-10-23 20:01:05 | 44.01 | 94.3% |
2 | 2023-09-28 19:10:34 | 38.42 | 95.6% |