-
-
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.
Merge pull request #323 from MaxxRK/new_firstrade
New firstrade
- Loading branch information
Showing
5 changed files
with
52 additions
and
29 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 |
---|---|---|
|
@@ -192,10 +192,18 @@ Made by [MaxxRK](https://github.com/MaxxRK/) using the [firstrade-api](https://g | |
Required `.env` variables: | ||
- `FIRSTRADE_USERNAME` | ||
- `FIRSTRADE_PASSWORD` | ||
- `FIRSTRADE_PIN` | ||
- `FIRSTRADE_OTP` | ||
|
||
`.env` file format: | ||
- `FIRSTRADE=FIRSTRADE_USERNAME:FIRSTRADE_PASSWORD:FIRSTRADE_PIN` | ||
- `FIRSTRADE=FIRSTRADE_USERNAME:FIRSTRADE_PASSWORD:FIRSTRADE_OTP` | ||
|
||
- Note: You may now use any firstrade supported 2fa method, including pin, SMS, Email, or an Authenticator. Place any ONE of the below in the `FIRSTRADE_OTP` field: | ||
- Pin: Use the login pin you created when setting up the account. | ||
- Phone: Enter your 10 digit phone number with no spaces. I.E. 1234567890 | ||
- Email: Enter your full email address. I.E. [email protected] | ||
- Authenticator: Use the code generated by Firstrade when adding an authenticator. Click on "Can't scan it?" to get the code. | ||
|
||
If you get errors after upgrading, try clearing your cookies in the `creds` folder and then trying again. | ||
|
||
### Public | ||
Made by yours truly using using [public-invest-api](https://github.com/NelsonDane/public-invest-api). Consider giving me a ⭐ | ||
|
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
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