issues Search Results · repo:josuebrunel/yahoo-oauth language:Python
Filter by
32 results
(87 ms)32 results
injosuebrunel/yahoo-oauth (press backspace or delete to remove)The Yahoo get_token api no longer returns a value for xoauth_yahoo_guid so we should remove our handling of it.
https://github.com/josuebrunel/yahoo-oauth/blob/master/yahoo_oauth/oauth.py#L141-L147
Related ...
good first issue
DMcP89
- Opened on Sep 24, 2024
- #70
from yahoo_oauth import OAuth2
import yahoo_fantasy_api as yfa
#connect to yahoo api
oauth = OAuth2( consumer_key , consumer_secret )
guid = oauth.guid
print(guid)
#get game object
gm = yfa.Game(oauth, ...
chuanyao17
- 1
- Opened on Sep 12, 2024
- #69
I am using this library and uploading my lambda as a docker image on ECR and the load that image on lambda. I want this
function to run once a day but I am getting an error where the library seems to want ...
zevpermack
- 1
- Opened on May 25, 2024
- #66
While testing the library in Python 3.10.7 using pyaml 24.4.0 I ran into a Type error with the yaml handling:
TypeError: load() missing 1 required positional argument: Loader
Running the get_data test ...
bug
DMcP89
- Opened on May 22, 2024
- #65
The current unit tests are outdated and need a revamp.
- Test should mock calls to Yahoo API instead of making requests, end-to-end testing with real API requests should be
handled by integration ...
enhancement
DMcP89
- Opened on May 22, 2024
- #64
Yahoo no longer supports OAuth1 logins so we can safely remove the implementation from this project.
SocDir was shut down in 2020 and the remaining APIs offered by Yahoo (Fantasy Sports / Login) both ...
enhancement
DMcP89
- Opened on May 22, 2024
- #63
How to use this library (non interactively)when having access_token and refresh_token? I obtained these using this flow:
https://developer.yahoo.com/oauth2/guide/flows_authcode/
I need this to use this ...
jakubigla
- 6
- Opened on Dec 29, 2023
- #60
Currently, the authentication details are saved to a file regardless of where they are provided from:
https://github.com/josuebrunel/yahoo-oauth/blob/master/yahoo_oauth/oauth.py#L99-L101
https://github.com/josuebrunel/yahoo-oauth/blob/a1ec8714431ba6202e72b0175203a20053e2afdb/yahoo_oauth/utils.py#L36-L41 ...
enhancement
DMcP89
- 1
- Opened on Oct 2, 2022
- #58
Yahoo Fantasy API has a rate limit of 2,000 unsigned API calls per hour and 20,000 signed calls per hour. It might be
something on my end, but the oauth.session.get() doesn t seem to be sending signed ...
enhancement
bbenbenek
- Opened on Jul 14, 2020
- #56
Thanks for a great library.
I have a process which is very long running, and I am having trouble with auth token expiring. This is despite my
calling the refresh_token method.
I think I may have found ...
bug
craigham
- 3
- Opened on Mar 21, 2020
- #55

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.