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 |
---|---|---|---|---|
533. | J (jazzyjackal) | 48.50 | 96% | 2023-06-30 |
534. | typify1 (typify1) | 48.49 | 95% | 2024-12-29 |
535. | abhnv (abhnv) | 48.48 | 98% | 2024-06-03 |
536. | av (bsod2528) | 48.43 | 93% | 2023-06-03 |
537. | Jim (jimjimbles123) | 48.39 | 95% | 2023-07-02 |
538. | Alex (atduffaut) | 48.37 | 94% | 2023-08-02 |
539. | ojas (pop_ojas) | 48.36 | 97.3% | 2024-02-09 |
540. | Alex (evil_alex) | 48.35 | 95% | 2025-01-09 |
541. | im SLOW (yashkumar0) | 48.25 | 95% | 2023-09-01 |
542. | Shawn (dshawn) | 48.20 | 95% | 2018-10-15 |
543. | Anna (slewa) | 48.17 | 97% | 2022-04-20 |
544. | Rafi Ghadhanfar Muhammad (r... | 48.16 | 92% | 2023-09-15 |
545. | Timmy (chet09) | 48.15 | 97% | 2023-07-13 |
546. | Paul (happyflappytime) | 48.12 | 97% | 2023-12-20 |
547. | Tom (tomme2009) | 48.07 | 97% | 2023-06-07 |
548. | tsds (tsds) | 48.06 | 97% | 2021-11-29 |
549. | Esmael (esmael_) | 48.04 | 92% | 2023-09-17 |
550. | Fritzchen (fritzchen) | 48.02 | 92.3% | 2023-12-24 |
551. | Jason (saltybaskets) | 48.00 | 93% | 2025-04-15 |
552. | Avikalp (avikalpg) | 47.88 | 96% | 2024-05-29 |
553. | Kenyo (kenyoo) | 47.84 | 95% | 2025-05-01 |
554. | can_i_kinesis (can_i_kinesis) | 47.81 | 95% | 2024-05-03 |
555. | JP (developwithpassion) | 47.70 | 95% | 2024-08-24 |
556. | Tibnel (tonels) | 47.68 | 93% | 2022-02-15 |
557. | Felipe (the3dwimp) | 47.66 | 95% | 2023-07-26 |
558. | freecalls (freecalls) | 47.64 | 95% | 2024-06-20 |
559. | s3ealth (fattyping) | 47.60 | 97% | 2023-05-23 |
560. | Isaac (supernova14) | 47.58 | 93% | 2023-10-21 |
561. | be (besalt) | 47.58 | 95% | 2024-07-19 |
562. | EquityDeadlock (equitydeadl... | 47.56 | 95% | 2022-06-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |