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 |
---|---|---|---|---|
666. | .zeki (zek1shaa) | 45.94 | 92% | 2024-02-05 |
667. | jesuschristluvsme (jesuschr... | 45.90 | 98% | 2024-03-22 |
668. | . (tj44) | 45.87 | 93% | 2019-10-06 |
669. | Eduardo (airplane_cakes) | 45.85 | 92% | 2024-07-29 |
670. | Hayk (danghyan) | 45.81 | 96% | 2023-06-16 |
671. | Keira (000power111) | 45.80 | 96% | 2023-08-03 |
672. | lol (snorlaxtan) | 45.73 | 96% | 2024-12-24 |
673. | Sreejith (smssreejith) | 45.72 | 97% | 2023-05-25 |
674. | Hello (arnab_9997) | 45.71 | 94% | 2022-03-05 |
675. | Youisf (abuzuhaira) | 45.70 | 93% | 2023-12-04 |
676. | MyckasP (myckasp) | 45.70 | 93% | 2025-02-01 |
677. | ZAKARIA (zwzone) | 45.68 | 96% | 2024-02-15 |
678. | Inflixamab (zhengj255) | 45.67 | 94% | 2023-08-02 |
679. | Shivesh Tiwari (yuvanastra) | 45.66 | 94% | 2023-08-02 |
680. | Arif (arifali) | 45.62 | 97.1% | 2023-11-21 |
681. | Mike (mirkzzz) | 45.62 | 95% | 2023-11-15 |
682. | Phaced (phaced) | 45.61 | 96% | 2024-02-05 |
683. | Tellcode (tellcode) | 45.61 | 94% | 2025-02-21 |
684. | Electric (cuitcuit) | 45.56 | 96% | 2022-02-10 |
685. | (joetyper2014) | 45.53 | 95.8% | 2023-10-23 |
686. | Changxiang (changie) | 45.51 | 89.4% | 2024-01-07 |
687. | Stefan (stoofstoofstoof) | 45.46 | 92% | 2023-07-10 |
688. | Adam (adames4) | 45.45 | 95% | 2023-06-09 |
689. | Arvi (arvi4321) | 45.40 | 97% | 2024-07-17 |
690. | jasim (willnotreveal) | 45.37 | 95% | 2024-04-22 |
691. | Shamees (shameesmanikuni) | 45.36 | 96.9% | 2024-10-14 |
692. | Tushar (dark_thunder) | 45.35 | 97% | 2023-09-20 |
693. | Do Less (slow_z) | 45.34 | 98% | 2025-07-01 |
694. | oxenfurt (oxenfurt) | 45.29 | 96% | 2023-06-29 |
695. | pug (poug) | 45.24 | 96% | 2025-02-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |