Text race history for Josh (turtletyper7)

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
46 2023-08-14 20:01:33 26.86 90.8%
40 2023-08-14 19:44:37 25.84 91.8%
38 2023-08-14 13:52:51 26.18 90%
33 2023-08-13 16:44:32 24.10 89.9%
26 2023-08-13 16:24:41 24.85 90.7%
6 2023-07-23 23:32:43 24.11 92.3%