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 |
---|---|---|---|
58 | 2024-04-05 07:07:31 | 37.96 | 96.6% |
48 | 2024-04-04 05:11:03 | 36.21 | 96.6% |
23 | 2024-04-03 05:27:36 | 34.87 | 97.7% |
20 | 2024-04-03 05:17:25 | 37.11 | 98% |
18 | 2024-04-03 05:14:48 | 35.54 | 96.9% |
6 | 2024-04-02 04:56:31 | 31.33 | 95.4% |