Text race history for Isaac (ctrl_sea)

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
73 2023-08-13 13:41:14 32.64 91.5%
39 2023-08-12 03:53:27 27.48 90.4%
23 2023-08-11 20:27:28 33.50 92.3%
16 2023-08-11 01:39:42 33.67 91.1%