Text race history for abhishek (abhishree_123)

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
42 2024-07-12 17:17:21 28.16 97.5%
25 2024-07-09 11:20:17 29.30 95%
13 2024-07-09 10:33:23 23.70 96.3%