$ pip install yahoo-fantasy-sport
>>> 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')
- Open an issue
- Fork the repository
- Make your changes
- Test your changes
- Add yourself into the AUTHORS.txt file
- Submit a pull request