Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adithyabsk/fantasybasketball


https://github.com/adithyabsk/fantasybasketball

Last synced: about 5 hours ago
JSON representation

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
```