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 |
---|---|---|---|---|
276. | Free Palestine (rollno14) | 57.51 | 98% | 2021-07-11 |
277. | Дидакус (didacus) | 57.51 | 98.3% | 2024-02-22 |
278. | ⛧🦇🎃💀🎃🦇⛧ ... | 57.48 | 94% | 2019-05-26 |
279. | tstats[omarthefast] (omarth... | 57.41 | 96% | 2023-06-22 |
280. | Kayega (briankayega) | 57.39 | 97% | 2024-04-26 |
281. | Mark (requiem__) | 57.36 | 95% | 2023-07-13 |
282. | (klaritix) | 57.35 | 94% | 2024-11-17 |
283. | paim (barat_paim) | 57.29 | 97% | 2024-11-12 |
284. | 海千山千 (hichkas_01) | 57.26 | 96% | 2023-05-23 |
285. | Liam (thecodingboy) | 57.23 | 96% | 2021-10-17 |
286. | yan (imraaann_) | 57.20 | 97% | 2024-02-26 |
287. | Ted Horyczun (tedhoryczun) | 57.14 | 97% | 2025-03-06 |
288. | Userzin (userzin) | 57.13 | 95% | 2021-11-30 |
289. | Alex (a_kaban) | 57.12 | 99.1% | 2024-09-03 |
290. | TheBluestBerry (bluberry2) | 57.11 | 96% | 2024-09-24 |
291. | darthinfinix (darthinfinix) | 57.06 | 95% | 2024-03-07 |
292. | Hsu (hsuwai) | 56.95 | 99% | 2023-07-19 |
293. | Ty (tyyng) | 56.90 | 97% | 2023-06-19 |
294. | Jeremy (chaoticbear) | 56.88 | 96% | 2025-05-09 |
295. | Andy (namster123) | 56.78 | 95.5% | 2024-01-06 |
296. | Matt (rodo_) | 56.72 | 95% | 2023-09-18 |
297. | (peaceinchrist) | 56.59 | 96% | 2021-12-07 |
298. | Nicholas (nicholas_r) | 56.53 | 95% | 2025-01-29 |
299. | trut (trut) | 56.50 | 97% | 2024-06-08 |
300. | Karan Jain (karanjain18) | 56.46 | 98% | 2019-11-30 |
301. | Christian (chrixsi) | 56.42 | 95.4% | 2023-12-07 |
302. | will (will7460) | 56.34 | 95% | 2023-09-10 |
303. | Mohibur (shuvo94) | 56.29 | 98% | 2024-04-22 |
304. | Grim (grim_reaper191713) | 56.29 | 95% | 2024-06-20 |
305. | SplitKeys (split_keys) | 56.22 | 97% | 2024-05-08 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |