Text race history for Alex (alexklaus)

Back to text analysis page

import re import sys import urllib2 import BeautifulSoup usage = "Run the script: ./geolocate.py IPAddress" if len(sys.argv)!=2: print(usage) sys.exit(0) if len(sys.argv) > 1: ipaddr = sys.argv[1] geody = "http://www.geody.com/geoip.php?ip=" + ipaddr html_page = urllib2.urlopen(geody).read() soup = BeautifulSoup.BeautifulSoup(html_page)

Game Time WPM Accuracy
155 2021-09-23 20:08:24 62.37 99%
142 2021-08-30 23:49:59 57.92 98%
127 2020-03-09 05:10:43 53.24 98%
115 2019-05-26 08:16:50 45.91 97%
102 2019-04-15 23:39:37 42.90 98%
92 2019-04-12 04:23:46 41.71 94%
89 2019-04-12 04:18:29 39.71 95%