Text race history for Ajay (ajaymaurya51)

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
29 2023-08-25 14:20:18 20.20 91.8%
17 2023-07-31 07:15:13 19.99 93.5%
13 2023-07-27 13:28:03 20.40 92.4%
6 2023-07-26 14:32:12 18.02 92.4%