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.
put your access token in launcher.sh below
read exporter.rb and make sure you like it
./launcher.sh
Wait a bit, see some http request debug information scroll by, and once it finishes...
enjoy JSON representations of all of your trips for future use.
If you want the path data, you'll want to use https://github.com/joshuaclayton/polylines to decode it