@lancemcdoogal I’ve got some very simple Python code I sometimes use for this sort of thing - see GitHub - clivemeister/beeminder: Simple python scripts to do useful things in beeminder via the API
You might want something like addPointForRed.py, which adds a datapoint to a goal of your choice, if and only if you have any goals in the red.
I’m sure there are bugs - let me know if you spot any, or if you think of other features that would be useful!