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 |
---|---|---|---|
109 | 2023-09-08 12:22:47 | 52.20 | 96.8% |
84 | 2023-09-05 12:16:44 | 49.39 | 96.3% |
82 | 2023-09-05 12:12:28 | 48.06 | 97.3% |
70 | 2023-09-05 03:01:11 | 52.22 | 97.7% |
65 | 2023-09-04 16:28:17 | 49.58 | 96.3% |
30 | 2023-09-02 15:37:59 | 42.11 | 94.2% |
7 | 2023-09-02 14:11:23 | 39.53 | 96.6% |
5 | 2023-09-02 14:06:36 | 38.37 | 97.1% |