-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
With the addition of MFA it made it hard to automate trading, but this is still possible with a Python package:
library(RobinHood)
library(reticulate)
pyotp = import('pyotp')
mfa_code = pyotp$TOTP("AUTHENTICATOR_CODE")$now()
RH = RobinHood(username, password,mfa_code)
You could change the mfa_code entry to AUTHENTICATOR_CODE
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels