Text race history for Hemant_Prajapat (hemant_bca123)

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
31 2024-03-03 14:03:58 43.53 97%
8 2024-03-01 15:07:58 37.94 96.3%
3 2024-03-01 14:50:10 38.02 96.3%