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 | 
|---|---|---|---|---|
| 694. | Phaced (phaced) | 45.61 | 96% | 2024-02-05 | 
| 695. | Tellcode (tellcode) | 45.61 | 94% | 2025-02-21 | 
| 696. | Electric (cuitcuit) | 45.56 | 96% | 2022-02-10 | 
| 697. | (joetyper2014) | 45.53 | 95.8% | 2023-10-23 | 
| 698. | Changxiang (changie) | 45.51 | 89.4% | 2024-01-07 | 
| 699. | Stefan (stoofstoofstoof) | 45.46 | 92% | 2023-07-10 | 
| 700. | Adam (adames4) | 45.45 | 95% | 2023-06-09 | 
| 701. | Arvi (arvi4321) | 45.40 | 97% | 2024-07-17 | 
| 702. | jasim (willnotreveal) | 45.37 | 95% | 2024-04-22 | 
| 703. | Shamees (shameesmanikuni) | 45.36 | 96.9% | 2024-10-14 | 
| 704. | Tushar (dark_thunder) | 45.35 | 97% | 2023-09-20 | 
| 705. | Do Less (slow_z) | 45.34 | 98% | 2025-07-01 | 
| 706. | oxenfurt (oxenfurt) | 45.29 | 96% | 2023-06-29 | 
| 707. | pug (poug) | 45.24 | 96% | 2025-02-16 | 
| 708. | Lai (tastfyper) | 45.21 | 95% | 2019-11-27 | 
| 709. | Eliza (tuberkulose_eddy) | 45.20 | 96% | 2022-01-02 | 
| 710. | tstats[xeg28] (xeg28) | 45.19 | 93% | 2023-07-09 | 
| 711. | Bijay (moneybijay) | 45.18 | 97% | 2022-10-21 | 
| 712. | Jimmy (devjimmyboy) | 45.14 | 93% | 2023-05-31 | 
| 713. | saitama (himanshugoswami) | 45.12 | 98% | 2023-06-15 | 
| 714. | Kaylubb (jicaleb) | 45.10 | 95% | 2024-09-30 | 
| 715. | Harsh (todorokishotoua15) | 45.09 | 97% | 2023-08-06 | 
| 716. | Oof (fedoking) | 45.09 | 94% | 2024-07-04 | 
| 717. | Serg (seprimion) | 44.95 | 97.2% | 2024-02-28 | 
| 718. | (mononym_jisoo) | 44.94 | 94% | 2019-09-09 | 
| 719. | Chals (djchals) | 44.93 | 96% | 2023-08-09 | 
| 720. | Ben (ben_jammin) | 44.92 | 95% | 2024-05-25 | 
| 721. | pärskis (borje) | 44.91 | 95% | 2023-08-21 | 
| 722. | Intertial (yuvi_birdi) | 44.90 | 94% | 2022-11-24 | 
| 723. | Fafa (foofas) | 44.90 | 96% | 2023-10-15 | 
| Universe | Races | Average WPM | First Race | 
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |