A super simple, pretty terrible client for Baremetrics. This is un-official.
I use it with uebersicht and a custom widget I should release. It just dumps JSON, so you can use it for whatever.
go build baremetrics-cli.go
mv baremetrics-cli /usr/local/bin/
You'll need to fetch your cookie from Baremetrics using your browser:
- Open the dashboard in Chrome
- Open the developer tools (cmd + opt + i)
- Reload
- Select the first entry
- Copy the cookie out of the request headers
$ baremetrics-cli -cookie '<the cookie text you copied from step 5>'
Enjoy fresh JSON from baremetrics - currently only supports 30 day MRR.
- Fork
- Pull request
- Teach me how to test things plz
kthxbai