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 |
---|---|---|---|---|
1103. | Chris (rykthos) | 35.66 | 94% | 2024-08-13 |
1104. | tstats[federinik] (federinik) | 35.63 | 95% | 2024-06-09 |
1105. | Ioan (ioans) | 35.61 | 95% | 2022-09-28 |
1106. | Normal_Coder (normal_coder) | 35.59 | 92% | 2023-05-25 |
1107. | Delaan (hypa) | 35.58 | 93% | 2024-01-11 |
1108. | Kristijan (kristijan23) | 35.57 | 94% | 2025-02-28 |
1109. | iStealCatNips (i_steal_cat_... | 35.56 | 94% | 2024-05-14 |
1110. | Kare (khorium) | 35.55 | 94% | 2023-06-27 |
1111. | Antonio (some1b) | 35.55 | 94% | 2023-07-24 |
1112. | Mohamed (wooork) | 35.54 | 96% | 2025-01-28 |
1113. | Ninal (jinu_jam) | 35.52 | 95% | 2023-07-09 |
1114. | Sahil Singh (sahilsingh15) | 35.49 | 94% | 2024-05-14 |
1115. | Aman maheshwari (aman0123) | 35.47 | 97% | 2024-12-29 |
1116. | ehahaha (ehahaha) | 35.46 | 95% | 2024-02-01 |
1117. | Maarten (mette1337) | 35.42 | 95% | 2023-07-20 |
1118. | Nathan (baynay) | 35.41 | 97% | 2025-01-30 |
1119. | Sebastian (4555) | 35.38 | 95% | 2024-02-26 |
1120. | sid__que (sid__que) | 35.38 | 97% | 2023-06-22 |
1121. | Tommy (hayden7857) | 35.37 | 95.5% | 2024-03-21 |
1122. | Arik (_arik) | 35.34 | 96% | 2023-06-05 |
1123. | Kuruma (kuruma404) | 35.33 | 93% | 2023-10-15 |
1124. | Albert (treblahy) | 35.32 | 97% | 2023-11-21 |
1125. | bang lanner (bangglanner) | 35.28 | 91% | 2024-11-09 |
1126. | Meshach Asis (deanace) | 35.26 | 93% | 2024-12-08 |
1127. | jussn (jussn) | 35.25 | 90% | 2024-03-23 |
1128. | oleg (oleg_ros) | 35.24 | 93.9% | 2024-01-08 |
1129. | Donked (cyrany) | 35.23 | 95% | 2024-03-14 |
1130. | Artixtics (artixtics) | 35.19 | 96% | 2024-05-28 |
1131. | Akshat (akshat2582) | 35.19 | 96% | 2025-03-17 |
1132. | wakwaw (wakwaw11) | 35.17 | 96% | 2025-01-14 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |