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

2FA auth mandatory #64

Open
mesosbrodleto opened this issue Aug 16, 2024 · 3 comments
Open

2FA auth mandatory #64

mesosbrodleto opened this issue Aug 16, 2024 · 3 comments

Comments

@mesosbrodleto
Copy link

Since the beginning of september, 2FA is going to be mandatory for every degiro account. Did anyone try to test this module using 2FA? I am using it for automatic data collection, 2FA would be annoying to handle

@Jakub-CZ
Copy link

You need a patched version that contains this code change: #12

FYI, my fork (https://github.com/Jakub-CZ/DegiroAPI/tree/master) contains this as well as several other fixes and improvements. I use my version with 2FA for years now.

My version is not on PyPI. However, you can still install it simply by running:

pip install git+https://github.com/Jakub-CZ/DegiroAPI.git

@Deliki
Copy link

Deliki commented Sep 5, 2024

@Jakub-CZ Could you please help me with a simple list of 4 steps how to add 2FA in my python script?
Maybe I am just not familiar enough with GIT, I have a Git error. Please help me out just pointing the steps.

My monitoring scripts and reporting scripts are all failing due to this mandatory 2fa.

@Jakub-CZ
Copy link

@Deliki
Hard to know what the issue is when you don't share the exact error.

How about this command?

pip install https://github.com/Jakub-CZ/DegiroAPI/archive/master.zip

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

3 participants