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 |
---|---|---|---|
42 | 2025-02-10 19:00:15 | 57.07 | 96% |
35 | 2025-02-10 18:50:31 | 56.50 | 97.3% |
32 | 2025-02-10 18:47:49 | 46.43 | 94% |
11 | 2024-11-17 14:32:50 | 44.65 | 95.3% |
10 | 2024-11-14 12:38:57 | 43.53 | 91.3% |