print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)
Game | Time | WPM | Accuracy |
---|---|---|---|
97 | 2017-02-20 13:55:30 | 58.63 | 92% |
92 | 2017-02-10 18:39:27 | 59.94 | 92% |
91 | 2017-02-10 18:38:32 | 59.23 | 91% |
62 | 2017-02-08 23:44:36 | 59.45 | 96% |
54 | 2017-02-08 20:06:54 | 55.58 | 96% |
49 | 2017-02-08 17:52:28 | 55.79 | 89% |
48 | 2017-02-08 17:51:29 | 56.18 | 92% |
46 | 2017-02-08 17:49:28 | 52.22 | 92% |
38 | 2017-02-08 12:26:11 | 53.47 | 89% |
34 | 2017-02-08 12:15:48 | 58.80 | 97% |
22 | 2017-02-08 10:33:31 | 48.40 | 89% |
19 | 2017-02-08 09:33:06 | 52.56 | 90% |
18 | 2017-02-08 09:32:06 | 49.36 | 90% |
14 | 2017-02-07 16:20:06 | 44.84 | 88% |
10 | 2017-02-07 08:31:31 | 48.24 | 91% |
4 | 2017-02-07 08:23:19 | 45.70 | 88% |