Greasy Fork is available in English.

Guess retriever

Retrieves guesses under a certain score threshold from your duels

نووسەر
tyow
Daily installs
0
Total installs
16
Ratings
0 0 0
وەشان
0.2
Created
2023-12-12
Updated
2023-12-14
مۆڵەت
MIT
Applies to

This script is still in Beta

A script that retrieves guesses under a certain score threshold from your duels and uploads them to a Map Making App Map of your choosing.

On any non-game geoguessr page, at the top right you should see an icon like a location marker. Clicking that opens a dialog for you to input:

  • Your map-making app api key, which you can grab from here: https://map-making.app/keys

  • Your score threshold (finds guesses including and below this threshold)

  • The number of months in the past you want to check

  • The map you want to upload the found guesses to

The uploaded locations will include tags for score, formatted as x.yk, for example 1.1k, or 4.8k, and the year-month that the guess occurred.

Some code for MMA API calls comes from Miraclewhips "GeoGuessr Save To Map Making App" script which you can find here: https://miraclewhips.dev/ Some currently unused code comes from victheturtle's Country Streak script, which you can find here: https://greasyfork.org/en/users/967692

(I hope to do things with wrong country guesses in the future)