Xiaomi Token Extractor is a Python & Flask powerd, easy to use system that hepls us to easely extrat our Xiaomi devices tokens from the cloud in order to easelly integrate them into our smart home (HA, HB etc').
Thanks to https://github.com/tzungtzu that did the hard work i was able to create this docker with web interface.
version: "3.7"
services:
xiaomi_token_extractor:
image: techblog/xiaomi_token_extractor:latest
container_name: xiaomi_token_extractor
restart: always
labels:
- "com.ouroboros.enable=true"
environment:
- XIA_USER=
- XIA_PASS=
- XIA_SRV= #Optional: ["cn", "de", "us", "ru", "tw", "sg", "in", "i2"]
ports:
- "8080:8080"
Now, run docker-copmose up -d to pull and run your container.
Open your browser and nevigate to your container ip address wieh port 8080, you should see the following screen.
Please :star: this repo if you find it useful
Content type
Image
Digest
sha256:074094bac…
Size
58.8 MB
Last updated
3 months ago
docker pull techblog/xiaomi_token_extractor