Text race history for jasel (jas_el)

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
20 2025-05-30 01:36:19 35.58 93.9%
13 2025-05-28 20:04:52 37.94 95.5%
8 2025-05-18 00:27:06 36.17 94.5%
3 2025-05-16 01:54:03 30.01 92.8%