Text race history for Rajesh Jangid (rajesh_11)

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
51 2024-10-16 05:20:00 22.69 91.6%
34 2024-04-01 04:38:55 21.42 93.4%
31 2024-04-01 04:27:57 17.06 92.5%
27 2024-03-24 06:43:35 17.32 91.8%