As I have had my tesla delivered for a while now, I am not maintaining this code anymore. Feel free to pull request any fixes.
TeslaOrderChecker is a simple tool designed to periodically check for changes in Tesla vehicle orders. It utilizes the Tesla API to monitor your order status.
- Automatic Checking: Calls the Tesla API every 10 minutes to detect any updates in the order.
- Local storage of last data: To notify you of changes while the script was not running.
- Notifications: Optional support for Apprise notifications.
- Tesla Account Refresh Token: Obtain your token using Tesla Auth.
- Reservation Number: Your Tesla reservation number, starting with RN.
- Clone the repository. (
git clone https://github.com/WesSec/teslaorderchecker && cd teslaorderchecker
) - Install required dependencies (
pip install -r requirements.txt
). cp config.json.sample config.json
and fill the json file with your variables.- Setup the apprise string in main.py and set
notificationwanted
toTrue
Run the script with python main.py
and wait :)
- Not affiliated with Tesla, Inc.
- Use at your own risk.
This tool is for informational purposes only.