项目作者: steder

项目描述 :
Fantasy Football Toolkit
高级语言: Python
项目地址: git://github.com/steder/fantasy.git
创建时间: 2014-09-15T04:22:15Z
项目社区:https://github.com/steder/fantasy

开源协议:

下载


Fantasy Football Playground

Nothing but chaos at the moment

Dependencies

  1. mkvirtualenv fantasy

PsycoPG2

  1. PATH=$PATH:/Applications/Postgres.app/Contents/Versions/9.3/bin/ pip install psycopg2

Everything else:

  1. pip install -r requirements.txt

Basic usage:

  1. FFN_API_KEY=<your api key> pipeline.sh <Game ID> <Week>

Bookmarklet Local

  1. start server.py
  1. $ python server.py
  1. go to https://localhost:5000 and accept the self signed certificate

  2. setup the bookmarklet:

  1. ```
  2. 4. use the bookmarklet
  3. ### Sandman for Basic API

sandmanctl —no-generate-pks —show-pks postgresql://localhost:5432/fantasy
```