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 |
---|---|---|---|---|
175. | ay (d3b1) | 63.79 | 95% | 2021-09-18 |
176. | Sachin Sharma (ragemodeon) | 63.73 | 96% | 2022-07-09 |
177. | Milan (milang13) | 63.70 | 96% | 2025-06-05 |
178. | tuvietthao (tuvietthao) | 63.67 | 98% | 2024-08-19 |
179. | Othmane (boumediane1) | 63.65 | 97% | 2023-06-22 |
180. | hakan (haakn) | 63.65 | 96% | 2024-03-25 |
181. | muchinchai (muchinchai) | 63.57 | 98% | 2024-03-15 |
182. | Jeremy (kaazairl) | 63.57 | 98% | 2024-06-17 |
183. | framespersecond (indires) | 63.55 | 99% | 2024-12-30 |
184. | nr922 (nr922) | 63.52 | 95% | 2024-05-02 |
185. | soved (biglego) | 63.44 | 94% | 2024-11-08 |
186. | (nt_chill) | 63.38 | 95% | 2023-06-29 |
187. | صَقْرُ السُّرْ... | 63.28 | 98% | 2024-09-14 |
188. | Aren (tl8xv) | 63.24 | 96% | 2023-05-23 |
189. | tw0f1v3w0n (capricitor) | 63.21 | 99.1% | 2025-02-02 |
190. | 🔰Cosmeen (mcpotato) | 63.18 | 97% | 2023-12-30 |
191. | Aloysius (dude101no) | 63.01 | 98% | 2023-07-17 |
192. | Sidak (hotblue22) | 62.97 | 95% | 2023-06-01 |
193. | Villager C (boyyolo) | 62.76 | 96% | 2023-05-28 |
194. | Zoë (boramis) | 62.55 | 97% | 2022-08-03 |
195. | David (ipanda27) | 62.54 | 94% | 2024-09-27 |
196. | better than you (craznevil) | 62.52 | 95% | 2025-01-03 |
197. | plop (ploppiplop) | 62.38 | 96% | 2023-07-10 |
198. | Alex (alexklaus) | 62.37 | 99% | 2021-09-23 |
199. | harshit (harshit712) | 62.32 | 97% | 2023-07-18 |
200. | Niels (nielsjensen) | 62.23 | 95% | 2023-06-07 |
201. | Panda (sparklehorse61) | 62.23 | 97% | 2025-01-20 |
202. | Vincent B (vbarbaresi) | 62.22 | 94% | 2024-12-04 |
203. | Ravi (ravishankarr) | 62.10 | 96.5% | 2024-07-24 |
204. | Ahnaf (ahnaf75) | 62.06 | 97% | 2024-11-13 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 4,688 | 44.34 | October 3, 2018 |