Python script & library for the MTA bustime api so you can catch your bus from the command line!
- python3
- requests module
- bustime developer API key
./stopinfo.py [-h] [-d {0,1}] [-f FORMAT] api_key bus_line stop_id
${execi 40 /path/to/py-bustime/stopinfo.py <your args>}
note that you can specify the format, so if you want your conky to display just
the "BUS: HH:MM away" or like, you can use -f "%l: %H:%M away
option.