The tiller-vinaudit-simple script is a simple Google Apps Script to scrape vinAudit estimates of a car values and insert them into the Balance History sheet of Tiller-enabled spreadsheets. This workflow is especially useful for tracking net worth.
Visit Tiller HQ to learn more about Tiller.
_This simple script is designed for intermediate users and includes only lightweight error checking. We hope it meets your needs out of the box, but further tweaks may be required to get it working in your environment.
To configure your project, implement the following steps in Google Sheets:
- Find your vehichle's vin
- Open the Tiller Google-Sheets spreadsheet you'd like to add your vehichle's value to.
- Click on Tools -> Script editor to open the spreadsheet's bound scripts.
- Copy the contents of vinaudit.js from this repo into the Google Sheets script editor.
- Set the
vins
variable (at the start of the code) equal to your vins. - Save the script file and name it
carEstimator
. - Click on the
Select Function
dropdown in the control bar and select thevinAuditInsert
function. - Click the run/play button.
- Select
Review Permissions
and select the google accounts associated with your Tiller Account. - You'll get a warning saying "This app isn't verified". Select
Advanced
andGo to carEstimator (unsafe)
. - Select Allow
If you've completed all the steps successfully, you should have a new entry in your Balance History reflecting the viAudit estimate of the vehichle.
- In the script editor select
Edit > Current Project's Triggers
. - Select event source = Time-driven.
- Select your desired options.
Consider adding: