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 |
---|---|---|---|---|
1053. | (l)Knoch (lkoch) | 38.04 | 93% | 2024-01-01 |
1054. | Vilson (vilsonkh) | 38.04 | 98% | 2024-04-16 |
1055. | T (zander_999) | 38.01 | 96% | 2025-08-16 |
1056. | Andres (andyfredius) | 38.00 | 94% | 2025-05-27 |
1057. | E (the_fast_one) | 37.99 | 94% | 2023-06-25 |
1058. | kaykoe (lysy69420) | 37.98 | 96% | 2024-12-08 |
1059. | Prakhar (prakhartyper) | 37.97 | 96% | 2023-08-01 |
1060. | jasel (jas_el) | 37.94 | 95% | 2025-05-28 |
1061. | Hassaan (hassaan0180) | 37.92 | 96% | 2023-08-02 |
1062. | Gray Wang (tdev0923) | 37.87 | 93% | 2023-09-20 |
1063. | alex (necrowarp) | 37.84 | 91% | 2023-07-18 |
1064. | Cres (crespear) | 37.83 | 94% | 2023-05-23 |
1065. | Sab (sunrise29) | 37.83 | 95.5% | 2025-02-25 |
1066. | Ahmed (ahmed_elashraf) | 37.81 | 94.8% | 2024-12-10 |
1067. | Special Aitch (special_h_) | 37.78 | 95% | 2024-02-12 |
1068. | nextpaper (nextpaper) | 37.77 | 97% | 2023-07-18 |
1069. | Celokomeu (celokomeu) | 37.73 | 95% | 2025-07-22 |
1070. | trai (veganbtw) | 37.72 | 94% | 2024-08-23 |
1071. | karthik (karthikmsd) | 37.71 | 91% | 2024-09-09 |
1072. | David (david_chen) | 37.70 | 94% | 2025-04-25 |
1073. | RISKUUU!!U!U (riskian) | 37.69 | 93% | 2024-12-11 |
1074. | Hamas Egypt (mohamedadel20052) | 37.67 | 94% | 2024-09-24 |
1075. | Chase (chase626) | 37.66 | 96% | 2022-04-18 |
1076. | Q (lidarmonkey) | 37.63 | 95% | 2023-10-16 |
1077. | John (john314something) | 37.63 | 97% | 2024-11-28 |
1078. | Vidar (vidar24) | 37.59 | 94% | 2024-08-15 |
1079. | jhosmar (jhosmar_carlos) | 37.58 | 94% | 2025-06-10 |
1080. | Vishnu (crazy_typeracer) | 37.51 | 94% | 2023-01-09 |
1081. | Gerticus (gerticus) | 37.51 | 96% | 2024-03-07 |
1082. | Ztelle (ztelle) | 37.51 | 95% | 2024-05-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |