Text race history for r (deroche1)

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
108 2019-02-23 03:47:10 93.07 97%
101 2019-02-19 04:59:04 103.57 98%
55 2019-02-16 05:55:15 91.74 97%
36 2019-02-14 04:01:32 95.44 97%
33 2019-02-14 03:58:19 95.83 96%
26 2019-02-14 03:39:07 92.82 97%
24 2019-02-14 03:29:15 93.41 97%