Sharick_Chungara (sharick_chungara)

Race #25

View Pit Stop page for race #25 by sharick_chungaraGhost race

View profile for Sharick_Chungara (sharick_chungara)

Official speed 24.74 wpm (166.86 seconds elapsed during race)
Race Start May 18, 2025 12:25:11am UTC
Race Finish May 18, 2025 12:27:58am UTC
Outcome No win (6 of 13)
Opponents 1. jas_el (36.17 wpm)
2. sergio_theaux (32.16 wpm)
3. maria_ortega10 (30.95 wpm)
4. alexlopez114387 (28.66 wpm)
5. erick_vargas (25.22 wpm)
8. samiraarancibia123426 (23.68 wpm)
9. tocsky (23.64 wpm)
Accuracy 92.0%
Points 15.25
Text #10016 (Length: 344 characters)

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)