Text race history for Anton (twisted_8)

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
61 2024-12-15 20:38:27 51.61 95.3%
51 2024-05-30 19:20:50 53.51 97.8%
42 2024-05-05 19:21:15 42.69 96.1%
7 2024-03-18 19:43:48 36.80 95.3%