Log your trip data for your Carnet equipped Volkswagen to a Google sheet.
This project makes use of Puppeteer to log in to VW Carnet, find your trips, and append them to a Google Sheet. It comes with a CircleCI config to run every night at midnight pacific time.
It’s way easier. Carnet doesn’t have a public API and I didn’t feel like reverse engineering the internal API. Using Puppeteer allowed me to spin this project up in a few hours.
This project was inspired by Evan You’s Build-your-own-mint repository. See his instructions on obtaining the credentials needed for Google Sheets.