TeslaBot is a simple Keybase bot to control a Tesla, storing access tokens in KVStore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module git.nightmare.haus/rudi/helabot |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/bogosj/tesla v1.0.1 |
|
github.com/google/uuid v1.2.0 |
|
github.com/rudi9719/loggy v0.0.0-20201031035735-9438c484de9a |
|
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 |
|
samhofi.us/x/keybase/v2 v2.1.1 |
|
)
|
|
|