-
Notifications
You must be signed in to change notification settings - Fork 4
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 #3
Comments
Yes, I have implemented 2FA using from wikifolio import Wikifolio
wf = Wikifolio("email", "password", "wikifolioID", "2FA key")
print(wf.performance_ever) If you make a quote order than the Unfortunately my wikifolio doesn't use 2FA and I can't activate it without sending my passport etc. to wikifolio, I can never try if everything is working. So if you make any changes please submit a pull request. |
I am sorry, but it doesn´t work.
I don´t see where you are using the temporary key.
Maybe I am completely wrong. |
I'm also new to using TOTP but I've adapted your working code into the buy and sell quote functions. I don't know if you have to use 2FA when doing limit orders, maybe you can help me with that. |
Doesn´t work :D |
The quote order doesn´t work for me. "websocket._exceptions.WebSocketBadStatusException: Handshake status 400 Bad Request" Feel free to write me if you need 2FA login data. |
I think currently no orders at all work, even limit orders: {
"success":false,
"reason":"An error of unclarified origin has occurred. If the error persists, contact support@wikifolio.com."
} |
I've asked other creators of API wrappers if they have the same issues: RienNeVaPlus/wikifolio#22 |
Hi everybody, this is a cool package. I have tested it on my wikifolio. I don't use 2FA. The package works fine with limit and stop-limit-orders (I have added several methods into the class). Never encountered any issues. My wikifolio is not yet investible. But with the current wikifolio (test phase), no problems so far. As far as I know, 2FA is optional. What don't you simply change your login procedure to the old style (mail and password)? |
Summary: everything in this package (I don't use everything, but portfolio assets, executed trades, orders are very important for me) was tested by me for several months, I have also added many usefull things. Currently, I cannot check the 2FA feature. My wikifolio is not investible yet. I will check the situation once I have applied for the "emission process". It looks that 2FA is mandatory in this case. We will see. |
Very important suggestion for everbody using this package! Don't overdo the API calls. The wikifolio team is not stupid, make pauses/delays between EVERY api action, for example a few seconds. Otherwise it is likely that your IP or account gets blocked. Don't abuse this package to "make a full copy" of the wikifolios on our machine. Only use what you really need! |
2FA is mandatory for investable wikifolios and you can't deactivate 2FA afterwards. It is still possible to get the wikifolio information with 2FA activated but the order options wont work. |
Do you know if wikifolio is going to offer an "api-like interface" for orders? Otherwise it is VERY tedious to place hundreds of orders everyday. From my point of view, a professional trading style requires this amount of orders every single day. |
Hi,
first of all best thanks for coding the API !
Unfortunately it is only possible to order with 2FA active at Wikifolio.
You wrote that you implemented it but it needs further testing.
Is there any newer information on this yet?
I am also willing to test this :D
Thanks
BG
Jens
The text was updated successfully, but these errors were encountered: