Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VW API Package

This is a simple python3 package can log into a VW ID and query several VW APIs.

Forked from original repo by vr-hunter. Asynchronous implementation caused problems with AWS Lambda therefore replaced in this repo with synchronous requests.

It uses requests for synchronous http connections.

Currently, the functionality is limited to

  • Logging in to the VW ID
  • Adding / removing vehicles to / from the VW ID
  • Querying the "relations" and "lounge" APIs. The former returns information on vehicles associated with the VW ID, the latter returns the production status of newly purchased vehicles

Example Usage

import vwapi

session = vwapi.VWSession("my_vw_id@gmail.com", "my_vw_id_password")
session.log_in()
cars = session.get_cars()
print(cars)

About

Python package used to connect to several VW APIs

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages