usage: ucsdbus [-h] [-r ROUTE] [-s STOP] optional arguments: -h, --help show this help message and exit -r ROUTE, --route ROUTE route for the bus -s STOP, --stop STOP stop for the bus
Try to enter route and stop names as correctly as possible. The script uses a mixture of Levenshtein distance and substring to determine which which routes and stops to pick.
There are 3 modes of use:
- no-args: you have to walkthrough the selection of route and stop
- route provided: you have to choose the stop
- route and stop provided: you get a listing of the upcoming bus times for that route and stop combination