Skip to main content

Library for interaction with the MySkoda APIs.

Project description

Version PyPi Downloads PyPi Docs Discord

MySkoda

This Python library can be used to work with the MySkoda API.

Get In Touch

We have an active community in our discord. Feel free to join.

If you have any issues, please report them in our issue tracker.

Quick Start

The MySkoda package is published to Pypi and can be found here.

It can be installed the usual way:

pip install myskoda

Basic example

from aiohttp import ClientSession
from myskoda import MySkoda

session = ClientSession()
myskoda = MySkoda(session)
await myskoda.connect(email, password)

for vin in await myskoda.list_vehicle_vins():
    print(vin)

myskoda.disconnect()
await session.close()

Documentation

Detailed documentation is available at read the docs:

As Library

MySkoda relies on aiohttp which must be installed. A ClientSession must be opened and passed to MySkoda upon initialization.

After connecting, operations can be performed, events can be subscribed to and data can be loaded from the API.

Don't forget to close the session and disconnect MySkoda after you're done.

As CLI

The MySkoda package features a CLI. You will have to install it with extras cli:

pip install myskoda[cli]

Afterwards, the CLI is available in your current environment by invoking myskoda.

Username and password must be provided to the CLI for every request as options, before selecting a sub command:

myskoda --user "user@example.com" --password "super secret" list-vehicles

Help can be accessed the usual way:

myskoda --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myskoda-0.6.2.tar.gz (27.6 kB view details)

Uploaded Source

Built Distribution

myskoda-0.6.2-py3-none-any.whl (36.2 kB view details)

Uploaded Python 3

File details

Details for the file myskoda-0.6.2.tar.gz.

File metadata

  • Download URL: myskoda-0.6.2.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for myskoda-0.6.2.tar.gz
Algorithm Hash digest
SHA256 9f3e60f7c25bc4c1786d49c5c42daf70751ea28607b08a4ab53ef9cc367f5e5a
MD5 6c1ed3dc707021a3fd583590a9a856c4
BLAKE2b-256 a8aedddc2b1b80f27241112c86c9d50c4e8a8b242cc81529e53157b9722f9aa0

See more details on using hashes here.

File details

Details for the file myskoda-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: myskoda-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 36.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for myskoda-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c3976b055f4636d06768648bc8e81bfdeff4dae5fea6979648a97037eb92eb99
MD5 e2ceae1603b4afb9b28c473dd8bc09fd
BLAKE2b-256 cf600ca670bbcb290ec7a918999e85c026c3e40de71a6ee2be179ab94448fd4f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page