Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.34 KB

Yahoo Fantasy Sport API

Build Status Documentation Status Coverage Status Code Health

Authors

Installation

$ pip install yahoo-fantasy-sport

Quickstart

>>> from yahoo_oauth import OAuth1
>>> oauth = OAuth1(None, None, from_file='oauth.json', base_url='http://fantasysports.yahooapis.com/fantasy/v2/')
>>> 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