Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private League Auth #52

Open
thend20 opened this issue Sep 6, 2018 · 1 comment
Open

Private League Auth #52

thend20 opened this issue Sep 6, 2018 · 1 comment

Comments

@thend20
Copy link

thend20 commented Sep 6, 2018

I see you added cookie support, and I was able to hack my way into using it. However, I think you should document this, and provide a method for setting your cookies. The only way I could get this to work was by hacking the cookie var in the module itself.

@g-rock
Copy link

g-rock commented Oct 13, 2018

I installed this project via git instead of pip and was able to authenticate like so:

league = League(config['league_id'], config['season_id'], espn_s2=config['espn_s2'], swid=config['swid']) print(league.teams)

[Team(Scranton Stranglers), Team(Night Man), Team(Electric Boogaloos), Team(Yung Peen), Team(FIGHT MILK), Team(NFL Street 2 Street King), Team(Greer Toe Knives), Team(Bosa Deez Nuts)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants