Text race history for Hans (s021693)

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
13 2024-01-16 20:22:37 24.45 98.6%
12 2024-01-16 20:19:16 20.91 96.9%
3 2024-01-15 18:52:41 21.47 99.1%
2 2024-01-15 18:48:47 20.17 97%
1 2024-01-15 18:45:00 17.71 97.3%