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 |
---|---|---|---|---|
106. | (dso093) | 70.15 | 96.6% | 2024-12-29 |
107. | icebox (flsf) | 69.95 | 98% | 2019-04-28 |
108. | police (styrofoam) | 69.86 | 96% | 2018-11-01 |
109. | Raadek (knr24) | 69.75 | 97% | 2023-07-21 |
110. | Shoemaker-Levy 9 (atthetop) | 69.66 | 97% | 2018-11-01 |
111. | Minnie (dalamus) | 69.62 | 97% | 2019-07-11 |
112. | bob (ekizs) | 69.49 | 94% | 2024-04-10 |
113. | ringo (ringot) | 69.44 | 97% | 2025-03-13 |
114. | hamza (mizoxes) | 69.40 | 98% | 2021-12-02 |
115. | kingcabrams (kingcabrams) | 68.95 | 96% | 2023-11-08 |
116. | صبر (morocco01) | 68.95 | 97% | 2024-02-21 |
117. | NebulaGrey (dmorrow3) | 68.90 | 97% | 2019-08-30 |
118. | Ward (wardrium) | 68.89 | 98% | 2023-01-06 |
119. | badcop (badcop) | 68.88 | 97% | 2023-05-31 |
120. | (poem) | 68.79 | 96.2% | 2022-07-02 |
121. | Jared (jaredtypist) | 68.74 | 96.8% | 2024-04-06 |
122. | forgedstudios.com/vote (kry... | 68.64 | 95% | 2024-06-03 |
123. | mattcapazz (mattcapazz) | 68.57 | 97% | 2023-06-18 |
124. | Andre Pramaditya (drepram) | 68.49 | 95% | 2025-05-27 |
125. | Jedwidz (jedwidz) | 68.42 | 98% | 2023-07-20 |
126. | poem ⛈️ (storm) | 68.08 | 97% | 2019-07-21 |
127. | phinfinity (phinfinity) | 68.03 | 97% | 2025-04-24 |
128. | Albert (hsabove) | 67.81 | 96.6% | 2023-11-07 |
129. | dotdotdot (atuladhar1) | 67.77 | 98% | 2023-07-23 |
130. | xd (renne_hayworth) | 67.55 | 98% | 2024-03-11 |
131. | Amen [Dvorak-Trainee] (amun) | 67.53 | 95.9% | 2024-06-14 |
132. | Orgalorrrrg (orgalorg) | 67.34 | 98% | 2024-07-16 |
133. | Jordan (cereaitf) | 67.17 | 97% | 2025-05-31 |
134. | Kim (kimson52) | 67.15 | 98% | 2024-09-27 |
135. | Secret (secret_asian) | 67.03 | 98% | 2024-03-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |