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 |
|---|---|---|---|---|
| 1652. | z80 (zilogz80) | 27.88 | 99.1% | 2023-12-01 |
| 1653. | jurc (cruj) | 27.83 | 94% | 2023-05-25 |
| 1654. | Novaii (novaii) | 27.83 | 90% | 2023-07-15 |
| 1655. | Dean (_deanmathew_) | 27.83 | 93% | 2024-10-16 |
| 1656. | Jaime (potatoeater34) | 27.82 | 92% | 2024-09-27 |
| 1657. | FITRI (slowfinger22) | 27.74 | 90% | 2025-01-28 |
| 1658. | Ovidiu (oschipor) | 27.73 | 97% | 2019-05-20 |
| 1659. | Amal (x_warhand_x) | 27.71 | 96% | 2023-11-13 |
| 1660. | tinytim (tinytim3) | 27.71 | 95% | 2024-10-16 |
| 1661. | Baibhav (blyndspeed) | 27.70 | 91% | 2023-06-01 |
| 1662. | Mohamed Emad Fathy (mohamed... | 27.69 | 93% | 2025-04-04 |
| 1663. | Vim Bhadhur Magar (vim9810) | 27.66 | 93% | 2025-07-09 |
| 1664. | River (riverkind) | 27.64 | 92% | 2025-10-14 |
| 1665. | Jeruk (tuntunn) | 27.61 | 94% | 2024-08-01 |
| 1666. | Patrick Mendiola (ptrckjhn) | 27.61 | 93% | 2023-07-05 |
| 1667. | sya (cha2) | 27.58 | 95% | 2024-06-17 |
| 1668. | krishna (krishna7974) | 27.52 | 89% | 2024-05-16 |
| 1669. | Unknown Person (iamikey7) | 27.52 | 93% | 2024-04-05 |
| 1670. | alshbalasle (hadisulfe) | 27.51 | 93% | 2021-12-01 |
| 1671. | Navin (nikash_) | 27.49 | 93% | 2023-06-06 |
| 1672. | Gabriel Ramos (gabirle3u3) | 27.44 | 95% | 2024-06-07 |
| 1673. | Noe (charl3s_) | 27.44 | 94% | 2023-08-30 |
| 1674. | stevenodon (stevenodon) | 27.41 | 93% | 2024-07-28 |
| 1675. | maniongo (dlaj) | 27.38 | 90% | 2025-07-01 |
| 1676. | Ascend (obaht) | 27.37 | 94% | 2023-10-27 |
| 1677. | jjohn (jjohn2) | 27.35 | 92% | 2024-04-28 |
| 1678. | hamada (hamada377) | 27.30 | 91% | 2023-08-11 |
| 1679. | JkillahR (jkillahr) | 27.29 | 90.3% | 2024-07-08 |
| 1680. | Nish07 (nish07) | 27.27 | 93% | 2025-10-04 |
| 1681. | sven (svenhutchinson) | 27.26 | 92.6% | 2024-05-29 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 4,688 | 44.34 | October 3, 2018 |