Skip to content

Have you considered using MFA #169

@altanalytics

Description

@altanalytics

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions