Text race history for parth (parthjuneja24)

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
72 2024-01-14 15:36:49 31.21 90.8%
59 2024-01-13 18:47:56 33.00 90.2%
27 2024-01-07 14:35:45 29.46 89.5%
21 2024-01-07 14:19:27 28.62 90.1%
18 2024-01-07 14:14:18 30.19 90.8%
17 2024-01-07 14:11:47 25.80 88.6%