Text race history for ethan (asdf2552)

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
151 2025-11-19 19:37:44 35.16 97%
145 2025-11-08 20:16:18 36.28 97%
131 2025-11-08 19:17:13 41.06 98%
60 2025-07-03 22:10:11 33.53 97%
59 2025-07-03 22:07:38 33.41 95%
17 2025-06-04 20:31:41 27.44 93%