-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b307193
commit a2cff26
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## How to Set Up Robinhood 2FA | ||
This guide will show you how to get your Robinhood TOTP secret, which is required for this bot to work if you have 2FA enabled. | ||
|
||
Note: Be sure to save your TOTP secret to an authenticator app so you don't get locked out of your account! | ||
|
||
1. Download a TOTP app. I recommend [Authy](https://authy.com/). | ||
2. Open the Robinhood app and go to your profile, then the 3 lines in the top left, then Security and privacy, then Two-factor authentication. | ||
3. Click "Set up" for "Authenticator App." Robinhood will show you a setup key. This is what you want to use as your TOTP secret in your `.env` file. | ||
4. Open Authy and click the `+` button to add a new account. | ||
5. Select `Enter key manually` and enter the TOTP secret from step 3. | ||
6. Done! Now use the TOTP secret from step 3 as your `ROBINHOOD_TOTP` in your `.env` file. |