An open API service indexing awesome lists of open source software.

https://github.com/elhanarinc/nbaphotocrawler

Python crawler for getting nba players' images with information
https://github.com/elhanarinc/nbaphotocrawler

beautifulsoup4 pip python urllib2

Last synced: about 1 month ago
JSON representation

Python crawler for getting nba players' images with information

Awesome Lists containing this project

README

        

# 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:
* [pip](https://packaging.python.org/installing/#install-pip-setuptools-and-wheel)
* [virtualenv](https://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/)

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

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