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)
—from Get GEO Location from IP Address, a other by www.pythonforbeginners.com/
Active since October 3, 2018.
344 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
477. | IonCube (ioncube) | 49.49 | 98% | 2022-01-31 |
478. | Bao (thbao4545) | 49.45 | 95% | 2023-06-03 |
479. | montanaromero (montanaromero) | 49.38 | 96% | 2024-04-05 |
480. | (sputype) | 49.34 | 96% | 2019-03-02 |
481. | naveen (regretfulsalsa) | 49.25 | 97% | 2021-10-25 |
482. | Adam (adamsyaq) | 49.01 | 94.9% | 2024-03-01 |
483. | BN (vergessenheit) | 48.97 | 95% | 2024-05-01 |
484. | Tom (demented329) | 48.97 | 94% | 2024-09-06 |
485. | Nerd Typist (nonquit_accuracy) | 48.94 | 98% | 2022-08-26 |
486. | (rektless) | 48.91 | 94% | 2023-03-28 |
487. | Tara (tarabryn) | 48.88 | 97.3% | 2024-03-07 |
488. | Pramod(PRH) (prht) | 48.88 | 96% | 2025-04-17 |
489. | athlan (athlan) | 48.87 | 95% | 2023-08-15 |
490. | non (unnotandnoname) | 48.85 | 96% | 2025-03-16 |
491. | jesse (jessef_9000) | 48.80 | 96.3% | 2023-10-06 |
492. | _Suvam 0_0 ! (qw_slow_typist) | 48.73 | 95% | 2023-09-12 |
493. | Ocean (oceanlim) | 48.64 | 94% | 2021-10-12 |
494. | Free Palestine (imamo) | 48.64 | 94% | 2023-07-13 |
495. | Duy (azioyon) | 48.63 | 96% | 2024-06-10 |
496. | saeed (saeedhsv) | 48.56 | 94.5% | 2024-01-28 |
497. | Ceckulienka (ceckulienka) | 48.55 | 95% | 2024-02-17 |
498. | avivsq12 (avivsq12) | 48.52 | 98% | 2023-07-01 |
499. | no (prtlai) | 48.50 | 98% | 2023-07-14 |
500. | typify1 (typify1) | 48.49 | 95% | 2024-12-29 |
501. | abhnv (abhnv) | 48.48 | 98% | 2024-06-03 |
502. | av (bsod2528) | 48.43 | 93% | 2023-06-03 |
503. | Jim (jimjimbles123) | 48.39 | 95% | 2023-07-02 |
504. | Alex (atduffaut) | 48.37 | 94% | 2023-08-02 |
505. | ojas (pop_ojas) | 48.36 | 97.3% | 2024-02-09 |
506. | Alex (evil_alex) | 48.35 | 95% | 2025-01-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |