G-Two / subarulink

A python package for interacting with Subaru STARLINK remote vehicle services.
Apache License 2.0
82 stars 14 forks source link

Starlink API #59

Closed krushil1 closed 1 year ago

krushil1 commented 1 year ago

This isn't certainly an issue but I was curious if one of the devs could provide me with a more straightforward API to interact with my car where I can send remote commands through an easy python script from my terminal.

G-Two commented 1 year ago

I'm not sure I understand the ask. Are you looking for more documentation beyond that described in DEVELOPERS.md? Or are you asking for the python package to be rearchitected to make its API "more straightforward"?.

If all you want to do is send remote commands via a shell, then why not just use the provided CLI utility?

# example to lock the doors
$ subarulink lock 
krushil1 commented 1 year ago

I just figured it out. I was a bit confused about using it via a shell! But thank you again! Appreciate the help!