/nbaphotocrawler

Python crawler for getting nba players' images with information

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

NBA Photo Crawler

This project assumes that your machine had already pip, virtualenv. If you do not have them, you can check the links below for instructions:

In order to start project you will do the following (Assuming you are on the right directory):

cd <directory>
virtualenv venv
source venv/bin/activate
pip install -r requirement.txt
python nbaphotos.py