Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adithyabsk/fantasybasketball
https://github.com/adithyabsk/fantasybasketball
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adithyabsk/fantasybasketball
- Owner: adithyabsk
- Created: 2017-12-30T23:28:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T04:47:13.000Z (over 3 years ago)
- Last Synced: 2024-05-01T12:21:59.335Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Stats for Fantasy Basketball
## Installation and Setup
1. Setup virtualenv
2. Generate data files
```bash
$ virtualenv -p python3 fantasy_basketball
(fantasy_basketball) $ pip install -r requirements.txt
(fantasy_basketball) $ ./get_data.py
```