No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| config.example.yaml | ||
| README.md | ||
| requirements.txt | ||
| sync.py | ||
PyToyoda archiver
Fetches recent trips from pytoyoda and archives them as flat GeoJSON files in a folder.
Requirements
- Python ≥ 3.11
- A Toyota / Lexus account with an enrolled vehicle (Lexus Link / MyT)
Installation
# 1. Clone / copy the project folder
# 2. Create a virtual environment (recommended)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
# 3. Install dependencies
pip install -r requirements.txt
Configuration
Copy config.example.yaml to config.yaml and update the settings.
Usage
cat config.yaml | ./.venv/bin/python sync.py
License
Licensed under MIT.