Automatically search for the Garmin Livetrack email in your inbox and output fields from the API so they can be used in the OBS text source for livestreaming.
- Clone/download this repo
- Copy the
config.template.js
file toconfig.js
and fill in your email address and password - run
npm install
in a command prompt to get the dependencies - run
npm start
in a command prompt to start searching for a Garmin email
It will look for emails from the last 7 days and should update when new ones come in. You'll end up with a heap of text files in outputFolder
(default stats
in the current directory) that will be updated every refreshTimeInMilliseconds
and can be loaded into an OBS text source.
Any problems, just pop into discord and let me know!