{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Extracts local authentication tokens from Google Home devices by authenticating with Google servers, enabling direct local control of Google Home devices via their local API.","skillfed_tags":["home-automation","google-home","local-api"],"use_cases":["Build local-network home automation that controls Google Home devices without cloud dependency","Extract and cache device tokens for periodic refresh in a long-running home assistant daemon","Discover Google Home devices on the network and retrieve their local API endpoints","Integrate Google Home control into a custom smart-home system using the local API","Monitor or control timers and alarms on Google Home devices via direct local calls"],"what_it_does":"glocaltokens is a Python library that retrieves short-lived local authentication tokens for Google Home devices by exchanging Google account credentials with Google's servers. These tokens enable direct local-network communication with Google Home devices via their undocumented local API, bypassing the cloud.\n\nThe package handles the OAuth-like flow to obtain master tokens (valid for extended periods) and access tokens (valid 1 hour), then uses those to fetch device-specific local tokens (valid about 1 day). It includes device discovery via zeroconf and supports filtering by device model. The documentation emphasizes storing master tokens rather than credentials, and warns against frequent re-authentication to avoid account lockouts.","worth_installing":"Yes, if you need local control of Google Home devices and are comfortable with the token refresh lifecycle. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. Install friction is low. Main gotchas: tokens expire daily, re-authentication is rate-limited by Google, and the local API is undocumented. Suitable for home automation and local-network integrations."},"id":"glocaltokens","links":{"html":"https://skillfed.io/packages/glocaltokens","md":"https://skillfed.io/packages/glocaltokens.md","pypi":"https://pypi.org/project/glocaltokens/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-07-04","license_spdx":null,"license_treatment":"permissive","name":"glocaltokens","python_support":"supports_current","summary":"Tool to extract Google device local authentication tokens in Python"},"popularity":{"monthly_downloads":173852,"position":10297,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.6"}
