Generate OpenGuessr JSON format files from google maps links.
https://openguessr.com/maps/create
- Download the released exe and run it (in an empty folder).
- After the first launch, create an input.txt file, put your google maps link in it.
- Run the file again, it will generate your json file
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.2.13. Bun is a fast all-in-one JavaScript runtime.