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 |
---|---|---|---|---|
89. | Julian (robthephysician) | 70.99 | 96% | 2024-07-31 |
90. | consistentunder95 (rudolphy... | 70.96 | 96% | 2023-07-22 |
91. | (4lsi3w544lwi4lk) | 70.80 | 96% | 2023-08-22 |
92. | Jumz (mrpaperman) | 70.60 | 95% | 2023-07-08 |
93. | Sam (mas281) | 70.56 | 95% | 2022-02-08 |
94. | Tom (gazi243) | 70.50 | 96% | 2024-04-19 |
95. | pausechamp (dindondoe) | 70.43 | 96% | 2021-12-23 |
96. | Jonowo (trainerjono) | 70.42 | 97% | 2023-08-13 |
97. | Amir (amirahmedimtiaz) | 70.42 | 96% | 2024-02-03 |
98. | dev_manush (dev_manush) | 70.40 | 96% | 2023-07-08 |
99. | Shutaro (w_h_) | 70.36 | 95% | 2019-02-25 |
100. | Connor (davrostf) | 70.36 | 96% | 2023-06-30 |
101. | (dso093) | 70.15 | 96.6% | 2024-12-29 |
102. | icebox (flsf) | 69.95 | 98% | 2019-04-28 |
103. | police (styrofoam) | 69.86 | 96% | 2018-11-01 |
104. | Raadek (knr24) | 69.75 | 97% | 2023-07-21 |
105. | Shoemaker-Levy 9 (atthetop) | 69.66 | 97% | 2018-11-01 |
106. | Minnie (dalamus) | 69.62 | 97% | 2019-07-11 |
107. | bob (ekizs) | 69.49 | 94% | 2024-04-10 |
108. | ringo (ringot) | 69.44 | 97% | 2025-03-13 |
109. | hamza (mizoxes) | 69.40 | 98% | 2021-12-02 |
110. | kingcabrams (kingcabrams) | 68.95 | 96% | 2023-11-08 |
111. | صبر (morocco01) | 68.95 | 97% | 2024-02-21 |
112. | NebulaGrey (dmorrow3) | 68.90 | 97% | 2019-08-30 |
113. | Ward (wardrium) | 68.89 | 98% | 2023-01-06 |
114. | badcop (badcop) | 68.88 | 97% | 2023-05-31 |
115. | (poem) | 68.79 | 96.2% | 2022-07-02 |
116. | Jared (jaredtypist) | 68.74 | 96.8% | 2024-04-06 |
117. | forgedstudios.com/vote (kry... | 68.64 | 95% | 2024-06-03 |
118. | mattcapazz (mattcapazz) | 68.57 | 97% | 2023-06-18 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |