Text race history for racer (dev_racer)

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
83 2025-01-08 00:03:39 55.84 97.3%
81 2024-12-29 15:13:56 48.59 94.8%
52 2024-12-28 11:56:25 52.74 96%
51 2024-12-25 20:54:27 56.90 97.1%
32 2024-12-25 14:16:20 61.36 97.8%
29 2024-12-25 14:13:17 54.57 96.5%