Skip to content

peacing/yahoo-fantasy-sport

 
 

Repository files navigation

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

About

Python Yahoo! Fantasy Sports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%