Last active
January 31, 2018 19:30
-
-
Save Err0r404/ac693790416c3cecc63bdcb6550abef9 to your computer and use it in GitHub Desktop.
Export visible gyms from gymhuntr.com to a json object that can be converrted to csv Raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Export visible gyms to a json object that can be converrted to csv | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Export gyms to json/csv | |
// @author Err0r404 | |
// @match https://gymhuntr.com/ | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/Err0r404/1a4ce5a02fc4c6a51d7c38f29bf328c8/raw/ | |
// @updateURL https://gist.githubusercontent.com/Err0r404/ac693790416c3cecc63bdcb6550abef9/raw/ | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment