https://github.com/fooock/acb-teams-players-spider
https://github.com/fooock/acb-teams-players-spider
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fooock/acb-teams-players-spider
- Owner: fooock
- License: other
- Created: 2018-02-10T00:12:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T13:54:12.000Z (over 8 years ago)
- Last Synced: 2025-02-12T05:56:50.768Z (over 1 year ago)
- Language: Python
- Size: 253 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team and player info
Data from [acb.com](http://www.acb.com)
## Teams
```
scrapy crawl teams -o teams.json -t json
```
## Players
```
scrapy crawl players -o players.json -t json
```
## Stats
Generate the player ids file using the script `extract_player_id.py` before execute the crawler
```
scrapy crawl stats -o stats.json -t json
```
See [teams.json](teams.json), [stats.json](stats.json) or [players.json](players.json) for a structure reference