-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello, I just wanted to begin by saying thank you for all the speedy work to get the package up to date with the new API, I really appreciate it!
Looking at the GitHub version of the package, it seems that MFA is now required in order to use the package. Like many others, I have a script that I run automatically for order placement, as such having to use MFA each time would be impractical. Given the API change, is MFA enrollment going to be a prerequisite going forward?
If it is required, would saving the RH object as an rds and loading the rds file each time work indefinitely as a work around?
For example,
RH <- RobinHood(username = "my_username", password = "my_password, mfa_code = "my_mfa_code")
save(RH, file = "RH_account.Rdata")
In other words, do you know if the MFA code needs to be the live MFA code from the authenticator app?