These are the Python scripts that we use to scrape NHL data at CanucksArmy. This repository will be maintained with bug fixes, but will not receive new features. Future development will happen at CanucksArmy.js.
To run the python scripts, you must have the following installed:
Then, follow these steps:
- Run Git Bash, the bundled shell that comes with Git
- Navigate to a directory where you would like to store the files
- Clone the repository
git clone https://github.com/NoNeedToBail/CanucksArmy.git
- Navigate to the root of the cloned repository
- Install the python requirements
pip install -r requirements-stable.txt
- You can now run the scripts! Run
python main.py -h
to see some of the options you have.