https://github.com/offici5l/migate
Xiaomi authentication gateway for Python projects
https://github.com/offici5l/migate
2fa auth authentication captcha hyperos login mi miui offici5l xiaomi
Last synced: 11 days ago
JSON representation
Xiaomi authentication gateway for Python projects
- Host: GitHub
- URL: https://github.com/offici5l/migate
- Owner: offici5l
- License: mit
- Created: 2026-01-20T20:47:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-08T17:57:46.000Z (19 days ago)
- Last Synced: 2026-04-08T19:27:03.152Z (19 days ago)
- Topics: 2fa, auth, authentication, captcha, hyperos, login, mi, miui, offici5l, xiaomi
- Language: Python
- Homepage: https://offici5l.github.io
- Size: 27.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# migate
**migate** is a simplified Xiaomi authentication gateway for Python projects
## Usage
```python
import migate
service_id = ''
param = {"sid": service_id}
# Required for some service IDs like "unlockApi" :
# param["checkSafeAddress"] = True
passToken = migate.get_passtoken(param)
service = migate.get_service(passToken, param)
```
___
