Geoguessr Helper is a Chrome extension that helps improve your Geoguessr skills and provides answers. It captures the current state of the game and sends the image to the OpenAI Vision API to get a response.
- Visit the Chrome Web Store and install the extension here
- Capture the current state of the game with a hotkey (default: Alt+Shift+C)
- Open a side panel to view the screenshot and the response from the OpenAI Vision API
- Save your OpenAI API key locally
- Clone this repository:
git clone https://github.com/yourusername/geoguessrhelper.git
- Navigate to the project directory:
cd geoguessrhelper
- Install the dependencies:
npm install
- Build the project:
npm run build
- Load the extension into Chrome:
- Open Chrome and navigate to
chrome://extensions
- Enable Developer mode (toggle switch in the top right)
- Click "Load unpacked" and select the
geoguessrhelper
directory
- Open Chrome and navigate to
- Open Geoguessr in a tab.
- Press Alt+Shift+C to capture the current state of the game.
- Open the side panel to view the screenshot and the response from the OpenAI Vision API.
Using this extension may incur high costs (roughly $0.06 per screen capture). Please use it responsibly.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.