Mausy5043 / volvopy

Connect to the Volvo API using Python

Home Page:https://pypi.org/project/volvopy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI version Supported Python versions PyPI downloads Code style: Black

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

On Linux:

python3 -m pip install --upgrade volvopy

Create a file in your home directory at ~/.config/volvopy/keys.ini. This should contain the following information:

[API]
vcc_primary: <VCC API primary key>
vcc_secondary: <VCC API secondary key>
connected_token: <token to access the Connected Vehicle API>
extended_token: <token to access the Extended Vehicle API>
location_token: <token to access the Location API>
energy_token: <token to access the Energy API>
vin: <VIN number of your car>

Disclaimer & License

This is demonstration software. See LICENSE.

About

Connect to the Volvo API using Python

https://pypi.org/project/volvopy/

License:MIT License


Languages

Language:Python 84.3%Language:Shell 15.7%