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 |
---|---|---|---|---|
369. | rex (rexwow) | 54.25 | 94% | 2023-07-06 |
370. | Mark (snake44) | 54.17 | 98% | 2024-08-05 |
371. | Sapient (sapient) | 54.13 | 96% | 2025-02-02 |
372. | Andrew (tea2024) | 54.09 | 98% | 2024-05-07 |
373. | Kinoofbbb (kinoofb) | 54.02 | 95.3% | 2024-05-11 |
374. | Free Palestine (chaoticorder) | 53.95 | 97% | 2023-07-13 |
375. | Michael (mwormley) | 53.94 | 97% | 2024-09-14 |
376. | Therd (0001therd) | 53.93 | 94% | 2024-06-21 |
377. | lptp (dragoncityjose1738) | 53.92 | 95% | 2023-09-26 |
378. | Jake (startler03) | 53.88 | 94% | 2025-01-22 |
379. | Faisal (md_faisal) | 53.87 | 97% | 2023-03-19 |
380. | Anonymous (slow_typist69420) | 53.83 | 98% | 2025-05-10 |
381. | Jenul (type_proxy) | 53.82 | 96% | 2023-06-15 |
382. | (zak389) | 53.76 | 95.9% | 2023-09-22 |
383. | iotku (iotku) | 53.71 | 94% | 2023-06-18 |
384. | dip (dipdip123) | 53.70 | 96% | 2023-05-18 |
385. | Mohammed Qurany Ibrahim (fi... | 53.68 | 95% | 2024-10-06 |
386. | (anumon6395) | 53.68 | 95% | 2024-08-21 |
387. | Tomas0707 (tomas0707) | 53.67 | 93% | 2024-08-17 |
388. | mairzydoats_mason (mairzydo... | 53.66 | 99% | 2019-10-02 |
389. | Hektor (hekkee) | 53.64 | 96% | 2023-08-04 |
390. | Bob Marley (scribe1021) | 53.56 | 97% | 2023-08-14 |
391. | Anton (twisted_8) | 53.51 | 98% | 2024-05-30 |
392. | gorb (gorbin_time) | 53.48 | 96% | 2024-06-07 |
393. | Ty (nawnotsomuch) | 53.44 | 97% | 2023-08-16 |
394. | Coccaa (coccaa) | 53.35 | 96% | 2023-06-21 |
395. | dvorak :) (lauta70) | 53.34 | 96% | 2022-12-30 |
396. | Will (loafmaster) | 53.31 | 95% | 2025-01-31 |
397. | (scraex) | 53.28 | 96% | 2021-11-04 |
398. | MrAccuracy (1759) | 53.26 | 95% | 2024-07-29 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |