Skip to main content

Python API wrapper for the Yahoo Fantasy Sports public API.

Project description

Python API wrapper for the Yahoo Fantasy Sports public API

By Wren J. R. (uberfastman)

GitHub release (latest SemVer) GitHub tag (latest SemVer) GitHub Workflow Status (branch)

PyPI PyPI PyPI PyPI


Do you like the YFPY API wrapper? Star the repository on GitHub and please consider helping support its ongoing development:

Cryptocurrency Address
Bitcoin (BTC) bc1qataspvklhewtswm357m0677q4raag5new2xt3e
Ethereum (ETH) 0x5eAa522e66a90577D49e9E72f253EC952CDB4059


Yahoo Fantasy Sports API Wrapper (YFPY)

READ THE DOCS HERE!

Detailed documentation on YFPY can be found at https://yfpy.uberfastman.com.

Table of Contents


About

YFPY is a comprehensive wrapper around the Yahoo Fantasy Sports API. It allows for easy retrieval and parsing of almost any data you might wish to extract and use from any Yahoo fantasy league to which your Yahoo account has access (or for public leagues). The primary focus of this wrapper is on fantasy football (NFL), but it also supports usage with fantasy hockey (NHL), fantasy baseball (MLB), and fantasy basketball (NBA).


Installation

  • If you wish to use YFPY within another project, from within your project directory, run

    pip install yfpy
    

    or add yfpy to your project requirements.txt.

  • If you wish to download and use YFPY locally, clone the git repository:

    git clone git@github.com:uberfastman/yfpy.git
    

Setup

  • Log in to a Yahoo account with access to whatever fantasy leagues from which you wish to retrieve data.
  • Go to https://developer.yahoo.com/apps/create/ and create an app (you must be logged into your Yahoo account as stated above). For the app, select the following options:
    • Application Name (Required): yfpy (you can name your app whatever you want, but this is just an example).
    • Application Type (Required): select the Installed Application radio button.
    • Description (Optional): you may write a short description of what the app does.
    • Home Page URL (Optional): if you have a web address related to your app you may add it here.
    • Redirect URI(s) (Required): this field must contain a valid redirect address, so you can use https://localhost:8080
    • API Permissions (Required): check the Fantasy Sports checkbox. You can leave the Read option selected (appears in an accordion expansion underneath the Fantasy Sports checkbox once you select it).
    • Click the Create App button.
    • Once the app is created, it should redirect you to a page for your app, which will show both a Client ID and a Client Secret.
    • Make a copy of test/integration/EXAMPLE.private.json, rename it to just private.json, and copy the Client ID and Client Secret values to their respective fields (make sure the strings are wrapped regular quotes (""), NOT formatted quotes (“”)). The path to this file will be needed to point YFPY to your credentials.
    • Now you should be ready to initialize the OAuth2 connection between YFPY your Yahoo account.

Usage

Authentication

  • Follow the instructions in the Installation and Setup sections.
  • The first time you use YFPY, a browser window will open up asking you to allow your app to access your Yahoo fantasy sports data. You MUST hit allow, and then copy the verification code that pops up into the command line prompt where it will now be asking for verification, hit enter, and the OAuth2 three-legged handshake should be complete and your data should have been successfully retrieved.
  • YFPY should have now generated a token.json for you in the same directory where you stored your private.json credentials, and for all subsequent runs of your app, you should be able to keep retrieving Yahoo fantasy sports data using YFPY without re-verifying, since the generated refresh token should now just renew whenever you use the same token.json file to authenticate your app.

Querying the Yahoo Fantasy Sports API

(My_target)=#yfpy.query.YahooFantasySportsQuery


Testing

YFPY has a collection of fully functional code snippets that can be run using pytest. These snippets demonstrate how to use YFPY to retrieve your Yahoo Fantasy Sports data.

  • See the test/integration directory for the example code snippets.
  • Before running any tests, make a copy of test/integration/EXAMPLE.env in the test/integration directory and rename it to .env.
  • Copy your Yahoo Client ID and Client Secret into the environment variables in .env so that pytest can use them when hitting the Yahoo Fantasy Sports API.
  • If this is the first time running pytest with your Yahoo API credentials, you MUST allow interactive prompts within pytest by using the -s flag.
  • You can invoke all pytest tests (both integration test and unit tests) by running the below from the root directory:
    • pytest -v -s
  • If you want to run only the unit tests, you can run:
    • pytest -v -s -m unit
  • If you want to run only the integration tests, you can run:
    • pytest -v -s -m integration

Dependencies

YFPY has only been tested on macOS, but is written to be platform-agnostic. It runs only in Python 3.7 and later, and has been tested through Python 3.10.

Direct project dependencies can be viewed in requirements.txt, and additional development and build dependencies (not including transitive dependencies) can be viewed in requirements-dev.txt.


Troubleshooting

Occasionally when you use the Yahoo fantasy sports API, there are hangups on the other end that can cause data not to transmit, and you might encounter an error similar to this:

Traceback (most recent call last):
  File "yfpy-app.py", line 114, in <module>
    var = app.run()
  File "/Users/your_username/PATH/T0/LOCAL/PROJECT/yfpy-app.py", line 429, in run
    for team in team_standings:
IndexError: list index out of range

Typically, when the above error (or a similar error) occurs, it simply means that one of the Yahoo Fantasy Sports API calls failed and so no data was retrieved. This can be fixed by simply re-running data query.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yfpy-8.0.2.tar.gz (57.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yfpy-8.0.2-py3-none-any.whl (59.9 kB view details)

Uploaded Python 3

File details

Details for the file yfpy-8.0.2.tar.gz.

File metadata

  • Download URL: yfpy-8.0.2.tar.gz
  • Upload date:
  • Size: 57.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.0

File hashes

Hashes for yfpy-8.0.2.tar.gz
Algorithm Hash digest
SHA256 3fe455c05baebca7b73b6310bf72523bab61eb43469895ab043e938b2e591290
MD5 8ad058dab3dc3f4dd055eac714520356
BLAKE2b-256 edf8d6a8eef7dd1022880c32c256bdc9bc2ea483bc82461a8477318357d8e086

See more details on using hashes here.

File details

Details for the file yfpy-8.0.2-py3-none-any.whl.

File metadata

  • Download URL: yfpy-8.0.2-py3-none-any.whl
  • Upload date:
  • Size: 59.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.0

File hashes

Hashes for yfpy-8.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8951f1afc67bcbeab5910efad75c2d20511095b9e1768a3569382cb4ddc2a79a
MD5 fe6d4903217f899616c9992a34564a4f
BLAKE2b-256 ad5f9827be306a6b05906fe4c82faca6b1694e060be0a8410f0481eab5ff1368

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page