uberfastman / yfpy

Python API wrapper for the Yahoo Fantasy Sports public API (supports NFL, NHL, MLB, and NBA).
https://pypi.org/project/yfpy/
GNU General Public License v3.0
178 stars 46 forks source link

Setup Question #11

Closed cranberry314 closed 2 years ago

cranberry314 commented 3 years ago

I have gotten to the setup step:

Make a copy of examples/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.

However I cannot find the "example" link. I have the App ID, Client ID, and Client Secret values so that part is taken care of.

jtvanlew commented 3 years ago

the file is in test/EXAMPLE-private.json not examples/EXAMPLE-private.json

uberfastman commented 2 years ago

Hi @cranberry314, sorry for the long-delayed response to this ticket. @jtvanlew thanks for the assist, I'll update the README to reflect the correct path.

cranberry314 commented 2 years ago

Apologies, I forgot to thank you in August. Thank you very much for the assistance.