Text race history for silver (gr0ff)

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
71 2024-02-13 07:51:39 80.71 98.3%
70 2024-02-13 07:49:27 78.22 99.4%
41 2024-02-13 03:25:06 71.03 98.6%
28 2023-08-10 06:22:19 81.71 98.3%
27 2023-08-10 06:21:04 80.17 98.9%
17 2023-08-10 06:09:15 67.79 97.1%