Gets information from the yahoo fantasy hockey site.
-
Use 'git clone --recursive' to pull submodule on clone (or 'git submodule update --init --recursive' if you've already cloned.)
-
Install app by running the following command in the root directory:
$> python setup.py develop
(don't install as the auth file is local to the code)
The yahoo consumer secret and key required are obtainable from https://developer.yahoo.com.
- Run the app in your terminal with:
$> yfantasy
If you are running windows and yfantasy doesn't work as a command, check to make sure you have configured your $PATH properly (https://pythonhosted.org/setuptools/easy_install.html#executables-and-launchers)