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