Sign inSign up

techblog/xiaomi_token_extractor

By techblog

Updated 3 months ago

Image
1

50K+

techblog/xiaomi_token_extractor repository overview

Xiaomi Token Extractor

Extract your xiaomi devices token

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').

Credits

Thanks to https://github.com/tzungtzu that did the hard work i was able to create this docker with web interface.

Installation

docker-compose from hub
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.

Xiaomi Token Extractor

Please :star: this repo if you find it useful


PayPal

Tag summary

Content type

Image

Digest

sha256:074094bac

Size

58.8 MB

Last updated

3 months ago

docker pull techblog/xiaomi_token_extractor