Text race history for Dynamic (dynamic_x)

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
46 2024-10-10 10:21:12 28.75 93.4%
41 2024-10-09 23:34:03 24.42 92.2%
35 2024-10-03 15:11:07 30.42 95.9%
30 2024-10-03 14:38:48 27.95 93%
26 2024-10-03 13:03:01 26.43 91.8%
21 2024-10-02 23:03:30 25.96 92.1%