This is a program that dowloads the data from Glow Baby into an SQLite3 database file.
You'll need Go installed and set up.
Copy the included glowbabyrc
file into $HOME/.glowbabyrc
, update it to use
your own email and password, then:
go build
(builds theglowbaby
tool)./glowbaby init
(this prepares thebaby.db
file)./glowbaby login
(logs in to baby.glowing.com and identifies your babies)./glowbaby sync
(refresh the local data)
Repeat the final step as needed.