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
- Host: GitHub
- URL: https://github.com/elhanarinc/nbaphotocrawler
- Owner: elhanarinc
- License: gpl-3.0
- Created: 2019-02-25T13:13:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T12:54:56.000Z (about 6 years ago)
- Last Synced: 2025-01-29T22:27:37.039Z (3 months ago)
- Topics: beautifulsoup4, pip, python, urllib2
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```