Script to get the estimated delivery of a Tesla. Will throw out a mac system alert with the result.
- Have Python3 (note the path to use in the cron)
- Install pyppeteer
pip3 install pyppeteer
- Fill out the config.json
- Url is for the page of the vehicle you're tracking
- Try running the script
python3 tesla_delivery.py
- Create a cron to run the script, this is mine (run at 10am on Monday through Friday)
0 10 * * 1-5 /usr/local/bin/python3 /Users/tevanc/tesla_delivery/tesla_delivery.py