Text race history for Arindam (adam_009)

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
60 2024-05-27 13:59:22 19.51 96%
40 2024-05-25 15:36:08 19.45 95.2%
37 2024-05-25 14:43:05 15.54 93.2%
1 2024-05-11 16:25:25 10.20 89.7%