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 |
---|---|---|---|---|
512. | Adam (adamsyaq) | 49.01 | 94.9% | 2024-03-01 |
513. | BN (vergessenheit) | 48.97 | 95% | 2024-05-01 |
514. | Tom (demented329) | 48.97 | 94% | 2024-09-06 |
515. | Nerd Typist (nonquit_accuracy) | 48.94 | 98% | 2022-08-26 |
516. | typing is 99% LUCK 🍀 (re... | 48.91 | 94% | 2023-03-28 |
517. | Tara (tarabryn) | 48.88 | 97.3% | 2024-03-07 |
518. | Pramod(PRH) (prht) | 48.88 | 96% | 2025-04-17 |
519. | athlan (athlan) | 48.87 | 95% | 2023-08-15 |
520. | non (unnotandnoname) | 48.85 | 96% | 2025-03-16 |
521. | jesse (jessef_9000) | 48.80 | 96.3% | 2023-10-06 |
522. | Jacob (jacob5257) | 48.79 | 94.9% | 2025-05-13 |
523. | _Suvam 0_0 ! (qw_slow_typist) | 48.73 | 95% | 2023-09-12 |
524. | Ocean (oceanlim) | 48.64 | 94% | 2021-10-12 |
525. | Free Palestine (imamo) | 48.64 | 94% | 2023-07-13 |
526. | Duy (azioyon) | 48.63 | 96% | 2024-06-10 |
527. | saeed (saeedhsv) | 48.56 | 94.5% | 2024-01-28 |
528. | Ceckulienka (ceckulienka) | 48.55 | 95% | 2024-02-17 |
529. | avivsq12 (avivsq12) | 48.52 | 98% | 2023-07-01 |
530. | no (prtlai) | 48.50 | 98% | 2023-07-14 |
531. | J (jazzyjackal) | 48.50 | 96% | 2023-06-30 |
532. | typify1 (typify1) | 48.49 | 95% | 2024-12-29 |
533. | abhnv (abhnv) | 48.48 | 98% | 2024-06-03 |
534. | av (bsod2528) | 48.43 | 93% | 2023-06-03 |
535. | Jim (jimjimbles123) | 48.39 | 95% | 2023-07-02 |
536. | Alex (atduffaut) | 48.37 | 94% | 2023-08-02 |
537. | ojas (pop_ojas) | 48.36 | 97.3% | 2024-02-09 |
538. | Alex (evil_alex) | 48.35 | 95% | 2025-01-09 |
539. | im SLOW (yashkumar0) | 48.25 | 95% | 2023-09-01 |
540. | Shawn (dshawn) | 48.20 | 95% | 2018-10-15 |
541. | Anna (slewa) | 48.17 | 97% | 2022-04-20 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |