This project is a web crawler for the Xbox site.
This project requires Poetry for package managment. So make sure you have it installed, then install the project dependencies.
To install the dependencies for the project:
poetry install
To run the crawler:
poetry shell
python crawler
Enter the Poetry shell to make sure you are using the correct Python version. Then invoke the crawler.
Each project must build its documentation.