Scraping tribunal decision documents from gov.uk and making them super searchable.
This project is written in python, with dependencies managed by poetry. Core jobs and services are managed by a Makefile and a docker-compose.yml file.
Start by running make install
to install the project dependencies, and then take a look at the other available core commands with make help
. This should give you a good idea of the project structure and the overall workflow. For further details, take a look at the docs or the docstrings for the individual scripts.