Yahoo Fantasy Sport API

Build Status Coverage Status Code Health

Authors

Quickstart

>>> from yahoo_oauth import OAuth1
>>> oauth = OAuth1(None, None, from_file='oauth.json')
>>> from fantasy_sport import FantasySport
>>> yfs = FantasySport(oauth, fmt='json')

Games Resources

Leagues Resources

Players Resources

How to contribute

  • Open an issue
  • Fork the repository
  • Make your changes
  • Test your changes
  • Add yourself into the AUTHORS.txt file
  • Submit a pull request