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 |
---|---|---|---|---|
182. | DaCaN (dacan) | 64.28 | 96% | 2024-07-12 |
183. | partytie5 (partytie5) | 64.22 | 98% | 2025-08-14 |
184. | tstats[azhy_01] (azhy_01) | 64.21 | 97% | 2024-08-25 |
185. | sang (shatoboar) | 64.16 | 96% | 2024-10-01 |
186. | Walker (walkersutton) | 64.07 | 94% | 2022-01-19 |
187. | Volxage (volxage) | 63.88 | 97% | 2024-12-21 |
188. | fastpotion (fastpotion) | 63.85 | 97% | 2024-02-17 |
189. | ay (d3b1) | 63.79 | 95% | 2021-09-18 |
190. | Sachin Sharma (ragemodeon) | 63.73 | 96% | 2022-07-09 |
191. | Milan (milang13) | 63.70 | 96% | 2025-06-05 |
192. | tuvietthao (tuvietthao) | 63.67 | 98% | 2024-08-19 |
193. | Othmane (boumediane1) | 63.65 | 97.3% | 2023-06-22 |
194. | hakan (haakn) | 63.65 | 96% | 2024-03-25 |
195. | muchinchai (muchinchai) | 63.57 | 98% | 2024-03-15 |
196. | Jeremy (kaazairl) | 63.57 | 98% | 2024-06-17 |
197. | framespersecond (indires) | 63.55 | 99% | 2024-12-30 |
198. | nr922 (nr922) | 63.52 | 95% | 2024-05-02 |
199. | soved (biglego) | 63.44 | 94% | 2024-11-08 |
200. | (nt_chill) | 63.38 | 95% | 2023-06-29 |
201. | صَقْرُ السُّرْ... | 63.28 | 98% | 2024-09-14 |
202. | Aren (tl8xv) | 63.24 | 96% | 2023-05-23 |
203. | tw0f1v3w0n (capricitor) | 63.21 | 99.1% | 2025-02-02 |
204. | 🔰Cosmeen (mcpotato) | 63.18 | 97% | 2023-12-30 |
205. | grubres (saveall) | 63.18 | 95% | 2025-10-07 |
206. | Aloysius (dude101no) | 63.01 | 98% | 2023-07-17 |
207. | Sidak (hotblue22) | 62.97 | 95% | 2023-06-01 |
208. | Villager C (boyyolo) | 62.76 | 96% | 2023-05-28 |
209. | con (connanz1234) | 62.68 | 95% | 2025-09-29 |
210. | Zoë (boramis) | 62.55 | 97% | 2022-08-03 |
211. | David (ipanda27) | 62.54 | 94% | 2024-09-27 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |