southpaw icon indicating copy to clipboard operation
southpaw copied to clipboard

Python Fanduel API (2023) - Lineup Automation

Results 12 southpaw issues
Sort by recently updated
recently updated
newest added

I’m working on a project where I need data on all available contests (not just ones I’m entered in) as well as player salary data from those contests. Since this...

import southpaw def test_get_upcoming(): basic_auth_token = 'look up basic_auth_token' x_auth_token = 'look up long ass x_auth_token' fanduel_email = 'put in your email' fanduel_password = 'put in your pw' fd =...

Hey everybody. I'm looking into an easier way to authenticate using an undetected web driver to eliminate the need to manually retrieve the auth token. Stay tuned

Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 2.0.7 to 3.1.0. Release notes Sourced from charset-normalizer's releases. Version 3.1.0 3.1.0 (2023-03-06) Added Argument should_rename_legacy for legacy function detect and disregard any new arguments without errors...

dependencies

Bumps [packaging](https://github.com/pypa/packaging) from 21.2 to 23.0. Release notes Sourced from packaging's releases. 23.0 What's Changed Remove unused LPAREN token from tokenizer by @​hrnciar in pypa/packaging#630 Reorganise the project layout and...

dependencies

Bumps [attrs](https://github.com/python-attrs/attrs) from 21.2.0 to 22.2.0. Release notes Sourced from attrs's releases. 22.2.0 Highlights It's been a lot busier than the changelog indicates, but a lot of the work happened...

dependencies

Bumps [responses](https://github.com/getsentry/responses) from 0.15.0 to 0.22.0. Release notes Sourced from responses's releases. 0.22.0 Update requests dependency to the version of 2.22.0 or higher. See #584. [BETA] Added possibility to record...

dependencies

Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.4.7 to 3.0.9. Release notes Sourced from pyparsing's releases. pyparsing 3.0.9 Added Unicode set BasicMultilingualPlane (may also be referenced as BMP) representing the Basic Multilingual Plane (Unicode...

dependencies

Traceback (most recent call last): File "c:\Users\timf0\Python Projects\fanduelauto.py", line 13, in fd = southpaw.Fanduel(fd_email, fd_pw, fd_basic, fd_session) File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 275, in __init__ self.__authenticate() File "C:\Users\timf0\Python\lib\site-packages\southpaw\fanduel.py", line 444, in __authenticate...

Looking for scores of contests that have been completed.