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 |
---|---|---|---|
41 | 2025-01-20 13:39:07 | 54.25 | 98% |
34 | 2024-12-13 10:52:40 | 59.58 | 98.1% |
20 | 2024-12-13 10:35:52 | 54.59 | 96.9% |
13 | 2024-12-09 15:35:41 | 51.17 | 97.1% |
2 | 2024-11-14 12:58:03 | 45.98 | 97.8% |