Text race history for MBT (mbt2012)

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
72 2024-11-29 12:13:43 43.13 93.2%
63 2024-10-27 10:28:39 41.04 92.2%
7 2024-09-21 17:59:39 23.78 93.2%
2 2024-09-21 17:45:23 26.36 90.4%