This is what I want to do programmatically.
- Go through a vocab deck.
- For every verb in a deck, if there is no note, add a note as to whether it’s transitive or intransitive and display the transitive/intransitive pairs.
I could probably brute force this by looking at bunpro’s website and figuring out what are the internal API calls, but that’s a little painful.
Would rather start with already existing things.