This repository uses poetry for dependency management.
- Install poetry from here, depending on OS: https://python-poetry.org/docs/#installing-with-the-official-installer
- Run
poetry install - Export your
DARWIN_USERNAMEandDARWIN_PASSWORD. These can be obtained from the national rail website: https://opendata.nationalrail.co.uk/ - Run
poetry run python3 src/cli.py
This will utilise the basic Standard Out writer, printing any collected data to your command line.