Text race history for Amit (amitkumariitm)

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
159 2024-12-29 09:07:57 35.89 93.9%
132 2024-12-25 16:50:23 37.87 94.9%
130 2024-12-25 16:31:56 37.52 93.9%
91 2024-12-19 18:56:54 36.75 95%
29 2024-12-16 17:12:34 34.36 94.6%