get-tuya-webrtc-configs

MIT License

Stars
2

[!IMPORTANT] This project is dead. It had only two scripts which are no longer relevant:

get-tuya-webrtc-configs

This project is WIP. It's currently failing at the MQTT Subscription, any help is appreciated.

Requirements

docker run --rm --pull=always \
    --env TUYA_BASE_URL=https://openapi.tuyaus.com \
    --env TUYA_CLIENT_ID=<client id> \
    --env TUYA_CLIENT_SECRET=<client secret> \
    --env TUYA_USER_ID=<user id> \
    ghcr.io/felipecrs/get-tuya-webrtc-configs:latest <camera device id>

Or if you have the repository cloned:

$ cp .env.example .env

# Edit .env with your data
$ nano .env

$ docker compose run --build --rm get-tuya-webrtc-configs <camera device id>