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 |
---|---|---|---|
60 | 2024-01-02 21:28:40 | 43.57 | 98% |
49 | 2024-01-02 16:30:13 | 55.89 | 97.7% |
12 | 2023-06-08 19:03:50 | 50.39 | 96.4% |
9 | 2023-06-08 19:00:26 | 48.56 | 98.4% |