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 |
---|---|---|---|---|
1109. | Nathan (baynay) | 35.41 | 97% | 2025-01-30 |
1110. | Sebastian (4555) | 35.38 | 95% | 2024-02-26 |
1111. | sid__que (sid__que) | 35.38 | 97% | 2023-06-22 |
1112. | Tommy (hayden7857) | 35.37 | 95.5% | 2024-03-21 |
1113. | Arik (_arik) | 35.34 | 96% | 2023-06-05 |
1114. | Kuruma (kuruma404) | 35.33 | 93% | 2023-10-15 |
1115. | Albert (treblahy) | 35.32 | 97% | 2023-11-21 |
1116. | bang lanner (bangglanner) | 35.28 | 91% | 2024-11-09 |
1117. | Meshach Asis (deanace) | 35.26 | 93% | 2024-12-08 |
1118. | jussn (jussn) | 35.25 | 90% | 2024-03-23 |
1119. | oleg (oleg_ros) | 35.24 | 93.9% | 2024-01-08 |
1120. | Donked (cyrany) | 35.23 | 95% | 2024-03-14 |
1121. | Artixtics (artixtics) | 35.19 | 96% | 2024-05-28 |
1122. | Akshat (akshat2582) | 35.19 | 96% | 2025-03-17 |
1123. | wakwaw (wakwaw11) | 35.17 | 96% | 2025-01-14 |
1124. | 150 how? (minidraco) | 35.14 | 92% | 2021-08-03 |
1125. | Blazing (blazingsoda) | 35.12 | 96% | 2024-01-19 |
1126. | Mamaafrica (mamaafrica) | 35.09 | 92.6% | 2023-08-06 |
1127. | 3rd Place (bomtombadil) | 35.06 | 97% | 2019-10-05 |
1128. | Une vie à peindre (badtype... | 35.02 | 92.9% | 2023-12-11 |
1129. | Alex (yettibvc) | 35.02 | 96% | 2024-09-26 |
1130. | Iyokk (iyokk) | 35.02 | 96% | 2025-04-12 |
1131. | GAfan(dr34ml3nd) (gafan_dr3... | 35.00 | 92.1% | 2025-01-02 |
1132. | Mohammad Kamrul (raidingsha... | 35.00 | 95% | 2025-04-17 |
1133. | Gank (gankdaddy) | 34.99 | 93% | 2021-11-10 |
1134. | MoEgypt (mohamedadel20) | 34.99 | 93.3% | 2024-09-02 |
1135. | Jesup (jesup1) | 34.94 | 93% | 2024-04-29 |
1136. | Matho (matho_) | 34.89 | 91.6% | 2024-09-25 |
1137. | Rayhan (chaosm26) | 34.88 | 95% | 2023-07-03 |
1138. | Akiraming (akiraming) | 34.87 | 96% | 2023-07-12 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |