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