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 |
---|---|---|---|---|
119. | Ward (wardrium) | 68.89 | 98% | 2023-01-06 |
120. | badcop (badcop) | 68.88 | 97% | 2023-05-31 |
121. | (poem) | 68.79 | 96.2% | 2022-07-02 |
122. | Jared (jaredtypist) | 68.74 | 96.8% | 2024-04-06 |
123. | forgedstudios.com/vote (kry... | 68.64 | 95% | 2024-06-03 |
124. | mattcapazz (mattcapazz) | 68.57 | 97% | 2023-06-18 |
125. | Andre Pramaditya (drepram) | 68.49 | 95% | 2025-05-27 |
126. | Jedwidz (jedwidz) | 68.42 | 98% | 2023-07-20 |
127. | poem ⛈️ (storm) | 68.08 | 97% | 2019-07-21 |
128. | phinfinity (phinfinity) | 68.03 | 97% | 2025-04-24 |
129. | Albert (hsabove) | 67.81 | 96.6% | 2023-11-07 |
130. | dotdotdot (atuladhar1) | 67.77 | 98% | 2023-07-23 |
131. | xd (renne_hayworth) | 67.55 | 98% | 2024-03-11 |
132. | Amen [Dvorak-Trainee] (amun) | 67.53 | 95.9% | 2024-06-14 |
133. | Orgalorrrrg (orgalorg) | 67.34 | 98% | 2024-07-16 |
134. | Jordan (cereaitf) | 67.17 | 97% | 2025-05-31 |
135. | Kim (kimson52) | 67.15 | 98% | 2024-09-27 |
136. | Secret (secret_asian) | 67.03 | 98% | 2024-03-06 |
137. | Parsa (parsilius) | 67.00 | 96% | 2024-06-08 |
138. | E (ee89) | 66.99 | 96% | 2023-10-12 |
139. | Treapbunul (treapbunul) | 66.92 | 97% | 2023-12-08 |
140. | dvorak dexterity boi (soonall) | 66.72 | 99% | 2023-06-14 |
141. | HUNGRY (hungry04) | 66.55 | 96% | 2023-10-05 |
142. | ChK (chkg2a) | 66.50 | 96% | 2024-03-11 |
143. | Wimawa (bomiis) | 66.42 | 98.6% | 2023-11-08 |
144. | Gendarme (gendarme) | 66.40 | 96% | 2024-12-04 |
145. | Han (hahahan) | 66.26 | 96% | 2023-09-15 |
146. | Not Aelius (not_aelius) | 66.24 | 95% | 2023-06-19 |
147. | DNF (lam4nk) | 66.17 | 96.6% | 2024-01-18 |
148. | lebon (tozzeo) | 66.14 | 98% | 2023-07-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |