A Python
CLI to sync various data sources with Beeminder
- Free software: MIT license
- Documentation: https://beeminder-sync.readthedocs.io.
This is a 'work in progress' use with caution
- Use the Beeminder API from the comfort of your terminal!
- Cool interactive CLI created using
click
andhalo
- Python package can also be used directly for programmatic access
- Filter and query output using the
--query
option andjq
syntax - Display output as a
table
or injson
format
- Integrations with various source APIs like
wakatime
,ticktick
andgoogle-fit
- Ability to run as a background service
- Save data to a local
sqlite
database
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.