Text race history for k3pl4 (k3pl4)

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
59 2024-01-02 16:49:27 45.71 95.2%
37 2023-08-29 11:27:16 50.24 98.6%
20 2023-06-08 19:16:38 47.94 97%
6 2023-06-08 18:56:21 44.37 97.8%