Guess retriever

Retrieves guesses under a certain score threshold from your duels

Autor
tyow
Denně instalací
0
Celkem instalací
16
Hodnocení
0 0 0
Verze
0.2
Vytvořeno
12. 12. 2023
Aktualizováno
14. 12. 2023
Licence
MIT
Spustit na

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)