A convenient CLI for myBCA, the all-in-one BCA student app.
You must have Go installed.
go install github.com/mybca-app/mybca-client-cli/cmd/mb@latest# Show all buses
mb bus
# Show all buses matching fuzzy query "par"
mb bus par
# Show today's lunch
mb lunchAGPL v3.0 or later - see LICENSE file for details.