Download all of my KMLs
Posted: Sun Feb 25, 2018 6:20 pm
Hello,
I am performing a study of wireless security. For this purpose, I really don't want to go through the uploads page, clicking each and every one of these KMLs manually. Looking at the API, I see there's a directory of KMLs that I can download, under /api/v2/file/kml/. Ideally, I'd like to create a Python script that:
1. Creates a list of all my uploaded KMLs
2. Parses their names into an array of strings
3. Uses wget on each one of them
4. Filters through each KML, removes any duplicates
5. Combines the files based on city, state, country, and continent using regex's for GPS coordinates
I have a general idea of how I'll go about doing this. My question is, provided that I have discovered >105k networks with GPS, would I be allowed to perform such an action? I assume that the combined mass of all my KMLs would be relatively large, and downloading them all in rapid succession may be rather taxing on the WiGLE servers. I realize that these files are just sorted text, but still, I think that it would be rather rude of me to download this many files without permission. Please let me know.
Thank you
I am performing a study of wireless security. For this purpose, I really don't want to go through the uploads page, clicking each and every one of these KMLs manually. Looking at the API, I see there's a directory of KMLs that I can download, under /api/v2/file/kml/. Ideally, I'd like to create a Python script that:
1. Creates a list of all my uploaded KMLs
2. Parses their names into an array of strings
3. Uses wget on each one of them
4. Filters through each KML, removes any duplicates
5. Combines the files based on city, state, country, and continent using regex's for GPS coordinates
I have a general idea of how I'll go about doing this. My question is, provided that I have discovered >105k networks with GPS, would I be allowed to perform such an action? I assume that the combined mass of all my KMLs would be relatively large, and downloading them all in rapid succession may be rather taxing on the WiGLE servers. I realize that these files are just sorted text, but still, I think that it would be rather rude of me to download this many files without permission. Please let me know.
Thank you