Text race history for kostis (oh_yeah_go)

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
63 2022-01-25 11:56:33 40.80 95%
49 2022-01-24 20:18:08 35.51 94%
42 2022-01-24 19:58:58 38.08 94%
39 2022-01-24 19:52:57 36.67 95%