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 |
---|---|---|---|
229 | 2025-04-18 16:41:45 | 40.32 | 96.4% |
186 | 2025-01-15 16:44:29 | 38.71 | 95.7% |
176 | 2024-12-22 14:19:37 | 39.87 | 94% |
153 | 2024-10-31 18:59:47 | 39.58 | 95.7% |
152 | 2024-10-30 16:21:32 | 39.20 | 96.7% |
83 | 2024-06-22 15:19:37 | 37.06 | 95.1% |
70 | 2024-05-31 15:57:44 | 35.31 | 95.8% |
59 | 2024-05-19 16:15:54 | 33.79 | 95.1% |
58 | 2024-05-17 15:46:00 | 35.98 | 94.8% |
3 | 2024-03-09 16:01:14 | 35.47 | 93.4% |