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 |
---|---|---|---|
47 | 2024-06-17 07:11:36 | 106.90 | 98.8% |
31 | 2022-05-19 05:25:18 | 62.30 | 96% |
28 | 2022-05-17 01:39:40 | 74.35 | 97% |
12 | 2022-02-18 03:47:51 | 55.81 | 91% |
3 | 2021-12-09 21:39:22 | 58.32 | 94% |