Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 475 Bytes

beemind.sh

Simple shell script for submitting auto data to Beeminder.

Usage

Download the shell script.

  1. Make sure it is executable. (chmod +x beemind.sh)
  2. Add your AUTH_TOKEN.
  3. Add your GOAL slug.
  4. Add a shell command which returns a VALUE.
  5. Add it to your job scheduler. (e.g. cron)

Enjoy simple, local, self contained autodata submission.