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 |
---|---|---|---|---|
1072. | jasel (jas_el) | 37.94 | 95% | 2025-05-28 |
1073. | Hassaan (hassaan0180) | 37.92 | 96% | 2023-08-02 |
1074. | Gray Wang (tdev0923) | 37.87 | 93% | 2023-09-20 |
1075. | alex (necrowarp) | 37.84 | 91% | 2023-07-18 |
1076. | Cres (crespear) | 37.83 | 94% | 2023-05-23 |
1077. | Sab (sunrise29) | 37.83 | 95.5% | 2025-02-25 |
1078. | Ahmed (ahmed_elashraf) | 37.81 | 94.8% | 2024-12-10 |
1079. | Special Aitch (special_h_) | 37.78 | 95% | 2024-02-12 |
1080. | nextpaper (nextpaper) | 37.77 | 97% | 2023-07-18 |
1081. | Celokomeu (celokomeu) | 37.73 | 95% | 2025-07-22 |
1082. | trai (veganbtw) | 37.72 | 94% | 2024-08-23 |
1083. | karthik (karthikmsd) | 37.71 | 91% | 2024-09-09 |
1084. | David (david_chen) | 37.70 | 94% | 2025-04-25 |
1085. | RISKUUU!!U!U (riskian) | 37.69 | 93% | 2024-12-11 |
1086. | Hamas Egypt (mohamedadel20052) | 37.67 | 94% | 2024-09-24 |
1087. | Chase (chase626) | 37.66 | 96% | 2022-04-18 |
1088. | Q (lidarmonkey) | 37.63 | 95% | 2023-10-16 |
1089. | John (john314something) | 37.63 | 97% | 2024-11-28 |
1090. | lili (lilihsu) | 37.63 | 95% | 2025-09-02 |
1091. | Vidar (vidar24) | 37.59 | 94% | 2024-08-15 |
1092. | jhosmar (jhosmar_carlos) | 37.58 | 94% | 2025-06-10 |
1093. | Vishnu (crazy_typeracer) | 37.51 | 94% | 2023-01-09 |
1094. | Gerticus (gerticus) | 37.51 | 96% | 2024-03-07 |
1095. | Ztelle (ztelle) | 37.51 | 95% | 2024-05-12 |
1096. | kynmp (rng2036) | 37.51 | 95% | 2024-12-08 |
1097. | Ayush Rawat (ayyyushrawat22... | 37.50 | 95% | 2025-03-09 |
1098. | sam (samandar404) | 37.47 | 91.5% | 2023-07-19 |
1099. | gf (halaluka) | 37.46 | 95% | 2023-08-18 |
1100. | gumball (gumball_123_123) | 37.46 | 96% | 2023-10-27 |
1101. | C0br6 (c0br6) | 37.42 | 95% | 2025-01-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |