Text race history for Keyun (keyun21)

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
28 2023-06-19 01:39:27 47.29 91.8%
27 2023-06-19 01:37:36 45.50 92.6%
24 2023-06-11 08:47:15 44.62 92.4%
6 2023-06-11 07:56:42 42.39 93.3%