Skip to content
forked from mleveck/YHandler

Yahoo Fantasy Sports OAuth And Request Handler

Notifications You must be signed in to change notification settings

nleiby/YHandler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

YHandler

Yahoo Fantasy Sports OAuth And Request Handler

This is the Python Script I use to access the Yahoo Fantasy Sports API via OAuth for my desktop app. It's far from polished, and not the most generalized. However, following these steps should work:

  • Place your consumer key, and consumer secret in the auth.csv file
  • call: from YHandler import *
  • create a handler with: var_name = YHandler('auth.csv')

The app needs the following libraries, which you can install using pip:

Requests: http://docs.python-requests.org/en/latest/

Requests-oauth: https://github.com/maraujop/requests-oauth

About

Yahoo Fantasy Sports OAuth And Request Handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%