Text race history for Sharick_Chungara (sharick_chungara)

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
126 2025-07-03 02:32:03 28.59 92%
111 2025-06-30 01:19:56 24.87 91%
96 2025-06-28 00:55:40 25.89 92%
47 2025-05-30 01:37:02 25.88 93%
42 2025-05-28 20:05:32 27.58 93%
38 2025-05-25 02:34:41 25.25 94%
25 2025-05-18 00:27:58 24.74 92%
21 2025-05-17 16:12:30 24.30 92%