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 |
---|---|---|---|---|
435. | Robert (nforcer) | 52.72 | 96% | 2023-06-12 |
436. | hobrin (hobrin) | 52.56 | 96% | 2023-03-13 |
437. | Aiden (dia8255) | 52.52 | 95% | 2024-04-09 |
438. | Alex (alexlava) | 52.49 | 96% | 2023-11-13 |
439. | Lmao1629 (lmao1629) | 52.41 | 96% | 2024-04-19 |
440. | Quirkedupwhiteboy (goated_w... | 52.34 | 93% | 2024-06-05 |
441. | Per (dubgeiser) | 52.29 | 97.3% | 2024-01-31 |
442. | Psalmer (psalmer) | 52.28 | 97% | 2025-01-20 |
443. | ICE_BLAST (iceberg1202) | 52.28 | 95% | 2025-01-21 |
444. | Evilenx (evilenx) | 52.23 | 93% | 2025-03-14 |
445. | 🐢🐢🐢🐢 (amogh1420) | 52.21 | 96% | 2023-08-23 |
446. | Luiz (luizgis) | 52.21 | 96% | 2024-12-04 |
447. | Arun (arun808) | 52.19 | 95% | 2025-02-15 |
448. | kewl (hyper_racer) | 52.11 | 94% | 2019-07-29 |
449. | Camote69 (lichclass) | 51.95 | 95% | 2024-09-26 |
450. | Chaz (chazlerown) | 51.94 | 94% | 2023-06-25 |
451. | Claire (claireify) | 51.84 | 94% | 2025-02-22 |
452. | quakefn (quakefn) | 51.83 | 94% | 2024-08-20 |
453. | Steven (vivihuang) | 51.80 | 96.8% | 2023-09-12 |
454. | Esther (lostphoenix2002) | 51.78 | 95.4% | 2025-03-08 |
455. | cr (cr23) | 51.74 | 94% | 2023-06-18 |
456. | Raju (rajiun_) | 51.73 | 99% | 2024-10-22 |
457. | tactics8805 (ntmtyper) | 51.71 | 96% | 2025-05-31 |
458. | ... (skremp) | 51.69 | 97% | 2022-12-10 |
459. | Nikhil (quill_workman) | 51.61 | 96% | 2023-06-19 |
460. | francisco (franciscolopezsa... | 51.59 | 98% | 2021-12-16 |
461. | AlanHacker (alanhacker) | 51.56 | 95.8% | 2024-04-28 |
462. | Gaurav (gdhameeja) | 51.56 | 94% | 2021-07-19 |
463. | chxrylene (cherylene_) | 51.53 | 97% | 2024-04-26 |
464. | Vashista (vashista) | 51.51 | 96% | 2024-09-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |