Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 566 Bytes

File metadata and controls

31 lines (19 loc) · 566 Bytes

Xbox Crawler

This project is a web crawler for the Xbox site.

Installing

Requirements

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

Running

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.

Documentation

Each project must build its documentation.