Text race history for mat O (mat_o)

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
140 2024-08-04 14:20:22 40.81 97.5%
124 2024-07-14 04:10:34 35.99 96.8%
87 2024-06-15 17:16:33 37.53 97.3%
52 2024-05-12 00:59:02 38.93 98.3%
48 2024-05-12 00:51:00 35.14 97.8%
17 2024-03-31 04:11:29 29.08 95%