Download Transport For London bus arrival time information.
pip install tfl_bus_monitor
from tfl_bus_monitor import get_stops, get_config_path
% busstop -h
usage: busstop [-h] [-t | -j]
Get bus stop data from TFL
options:
-h, --help show this help message and exit
-t, --text print formatted text
-j, --json pretty print json (default)