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 |
---|---|---|---|
180 | 2025-06-17 08:40:57 | 37.23 | 98% |
142 | 2024-12-04 13:07:21 | 35.18 | 95.4% |
140 | 2024-12-04 13:01:28 | 40.28 | 97.4% |
106 | 2024-08-05 12:44:39 | 37.00 | 94.6% |
76 | 2023-12-01 09:39:57 | 30.89 | 97% |
32 | 2023-10-12 13:43:12 | 31.86 | 95.7% |
31 | 2023-10-12 13:38:43 | 35.05 | 95% |
1 | 2023-08-30 09:14:24 | 34.52 | 96% |