Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 1 year ago)
- Default Branch: latest
- Last Pushed: 2023-10-29T10:01:01.000Z (about 1 year ago)
- Last Synced: 2023-12-16T15:56:59.383Z (11 months 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://img.shields.io/github/license/mausy5043/volvopy)](LICENSE)
![Static Badge](https://img.shields.io/badge/release-rolling-lightgreen)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Mausy5043/volvopy/devel.svg)](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
On Linux:
```bash
python3 -m pip install --upgrade volvopy
```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).