Automatic.com is shutting down their connected car tracking device and service, and there isn't a one-button data export!
You'll need a few things to get your trip data out:
https://developer.automatic.com/
- Sign up for an app, name it whatever you like.
- Generate a test token and save this, generate the "OAuth Authorize URL", and go there to get an OAuth authorization code
- Create the "Example CURL for OAuth Access Token", paste in your OAuth auth code, and run it. save your 'access token'
install the 'automatic-client' and 'json' gem.