Fantasy Football Toolkit
Nothing but chaos at the moment
mkvirtualenv fantasy
PATH=$PATH:/Applications/Postgres.app/Contents/Versions/9.3/bin/ pip install psycopg2
pip install -r requirements.txt
FFN_API_KEY=<your api key> pipeline.sh <Game ID> <Week>
$ python server.py
go to https://localhost:5000
and accept the self signed certificate
setup the bookmarklet:
```
4. use the bookmarklet
### Sandman for Basic API
sandmanctl —no-generate-pks —show-pks postgresql://localhost:5432/fantasy
```