AppleGuessr

Adds Apple Look Around to GeoGuessr

Από την 13/08/2022. Δείτε την τελευταία έκδοση.

Δημιουργός
Mistystar
Βαθμολογίες
0 0 0
Έκδοση
1.0
Δημιουργήθηκε την
13/08/2022
Ενημερώθηκε την
13/08/2022
Μέγεθος
7 KB
Άδεια
MIT
Εφαρμόζεται σε

There is a Germany map made specifically for this script: (huge thanks to both efefury#0519 and Apfeloxid#1368 for the over 50K locations)

CREDITS:

  • skzk#8049 - without https://github.com/sk-zk/lookaround-map this script would not have been possible
  • mattisinthesky#1294 - thanks for helping me host the lookaround-map backend on Heroku
  • Jupaoqq#7742 - I learned a lot from Unity Script's source code
  • efefury#0519 and Apfeloxid#1368 - for the map locations

NOTES:

  • I'm not a UI designer so there is no kill switch to turn the script off via a GUI. Turn it off in Tampermonkey and refresh.
  • Movement isn't supported by sk-zk's lookaround-map project yet. I'll update the script when it does. Play NM for now.
  • The images take a bit of time to load in. Be patient. If they don't seem to be loading in after a while, refresh the page.
  • I'm unsure about the performance of sk-zk's Python server. I had issues with it during development. If the server crashes for some reason, run it locally. First, git clone https://github.com/MattKowalskii/apple-lookaround-heroku, pip3 install -r requirements.txt, flask run, and replace all https://apple-lookaround.herokuapp.coms with http://127.0.0.1:5000 in the script
  • Bugs are to be expected. sk-zk's project isn't complete yet and this is the first version of my very first GeoGuessr script. An improved version is coming in the future.