https://github.com/mausy5043/volvopy
Connect to the Volvo API using Python
https://github.com/mausy5043/volvopy
electric-vehicle ev python3 volvo-cars
Last synced: 8 months ago
JSON representation
Connect to the Volvo API using Python
- Host: GitHub
- URL: https://github.com/mausy5043/volvopy
- Owner: Mausy5043
- License: mit
- Created: 2023-07-15T05:21:04.000Z (almost 3 years ago)
- Default Branch: latest
- Last Pushed: 2023-10-29T10:01:01.000Z (over 2 years ago)
- Last Synced: 2023-12-16T15:56:59.383Z (over 2 years ago)
- Topics: electric-vehicle, ev, python3, volvo-cars
- Language: Python
- Homepage: https://pypi.org/project/volvopy/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)

[](https://github.com/psf/black)
[](https://results.pre-commit.ci/latest/github/Mausy5043/volvopy/devel)
# volvopy
Connect to the Volvo API using Python.
The library works with Python 3.9 (v3.8 will likely also work) for the demo cars of the API using your own VCC keys. You also need to generate DEMO tokens for each API module.
## Installation
Clone this repositiory from GitHub.
Create a file in your home directory at `~/.config/volvopy/keys.ini`. This should contain the following information:
```ini
[API]
vcc_primary:
vcc_secondary:
connected_token:
extended_token:
location_token:
energy_token:
vin:
```
## Disclaimer & License
This is demonstration software.
As of September 2024 `volvopy` is distributed under [AGPL-3.0-or-later](LICENSE).