ambrice/ffdraft
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Fantasy Football Draft program, for handling an offline fantasy football draft. Requires Python and the PyQt4 module. This version uses Yahoo Developer API. To use it you need to sign up for an API key at: https://developer.apps.yahoo.com/dashboard/createKey.html Select "This app requires access to private user data" and select Fantasy Sports, Read Access. Create a file ffdraft.cfg in the same directory as ffdraft.py containing the Yahoo keys, like: [apikey] consumer_key: xxxxxxxx consumer_secret: yyyyyyyy