Track baby sleep, feeding, diapers, and growth via Huckleberry app API. Python-based baby activity tracker.
pip install git+https://github.com/Woyken/py-huckleberry-api.git
Connects to Huckleberry's Firebase backend via reverse-engineered API. Uses Firestore gRPC for real-time sync.
Stores Huckleberry credentials (email/password) in ~/.config/huckleberry/credentials.json or environment variables. Credentials are for third-party service.
Uses Firebase authentication with automatic token refresh. Sessions stay authenticated without storing long-lived tokens.
Skill explicitly requires AI attribution on all logged entries ("Created via AI" / "Updated via AI"), creating an audit trail.
Uses py-huckleberry-api, a reverse-engineered Python client for Huckleberry's Firebase backend. This is an unofficial API integration.
Note: Huckleberry doesn't officially support API access. Integration may break if Huckleberry changes their backend.