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 |
|---|---|---|---|---|
| 203. | soved (biglego) | 63.44 | 94% | 2024-11-08 |
| 204. | (nt_chill) | 63.38 | 95% | 2023-06-29 |
| 205. | صَقْرُ السُّرْ... | 63.28 | 98% | 2024-09-14 |
| 206. | Aren (tl8xv) | 63.24 | 96% | 2023-05-23 |
| 207. | tw0f1v3w0n (capricitor) | 63.21 | 99.1% | 2025-02-02 |
| 208. | 🔰Cosmeen (mcpotato) | 63.18 | 97% | 2023-12-30 |
| 209. | grubres (saveall) | 63.18 | 95% | 2025-10-07 |
| 210. | Aloysius (dude101no) | 63.01 | 98% | 2023-07-17 |
| 211. | Sidak (hotblue22) | 62.97 | 95% | 2023-06-01 |
| 212. | Villager C (boyyolo) | 62.76 | 96% | 2023-05-28 |
| 213. | con (connanz1234) | 62.68 | 95% | 2025-09-29 |
| 214. | Zoë (boramis) | 62.55 | 97% | 2022-08-03 |
| 215. | David (ipanda27) | 62.54 | 94% | 2024-09-27 |
| 216. | better than you (craznevil) | 62.52 | 95% | 2025-01-03 |
| 217. | plop (ploppiplop) | 62.38 | 96% | 2023-07-10 |
| 218. | Alex (alexklaus) | 62.37 | 99% | 2021-09-23 |
| 219. | harshit (harshit712) | 62.32 | 97% | 2023-07-18 |
| 220. | Niels (nielsjensen) | 62.23 | 95% | 2023-06-07 |
| 221. | Panda (sparklehorse61) | 62.23 | 97% | 2025-01-20 |
| 222. | Vincent B (vbarbaresi) | 62.22 | 94% | 2024-12-04 |
| 223. | Ravi (ravishankarr) | 62.10 | 96.5% | 2024-07-24 |
| 224. | Ahnaf (ahnaf75) | 62.06 | 97% | 2024-11-13 |
| 225. | Gilang (sandstormfx) | 62.05 | 97% | 2023-06-14 |
| 226. | Kris (disarray) | 62.02 | 96% | 2023-07-07 |
| 227. | sytzez (sytzez) | 61.99 | 97% | 2025-02-15 |
| 228. | Karl (xillionpro) | 61.93 | 96% | 2024-06-17 |
| 229. | finityfly (finity_fly) | 61.92 | 97% | 2022-05-18 |
| 230. | ABCD (x007) | 61.87 | 99% | 2024-08-08 |
| 231. | kadomaniac (big_time_snail) | 61.78 | 99% | 2019-07-05 |
| 232. | Colemak (vladtsar37) | 61.73 | 94.4% | 2023-12-25 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |