Skip to content

MatthewMaclean/fantasy_hockey_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fantasy_hockey_util

Gets information from the yahoo fantasy hockey site.

Installation

  1. Use 'git clone --recursive' to pull submodule on clone (or 'git submodule update --init --recursive' if you've already cloned.)

  2. 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.

  1. Run the app in your terminal with:

$> yfantasy

Troubleshooting

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)

About

Gets information from the yahoo fantasy hockey site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages