Text race history for Johan7205 (joze7205)

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
112 2024-05-22 07:58:46 24.24 96.8%
42 2023-10-20 20:43:06 33.00 96.9%
1 2023-08-13 15:06:47 25.49 95%