Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

Readme.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

Garmin-livetrack-obs

let's talk shop

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.

Usage

  1. Clone/download this repo
  2. Copy the config.template.js file to config.js and fill in your email address and password
  3. run npm install in a command prompt to get the dependencies
  4. 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!