Skip to content

Commit

Permalink
Merge branch 'main' into develop-public
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Mar 22, 2024
2 parents 471b8b6 + e8be034 commit 334bbef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,13 @@ To get your Webull DID, follow this [guide](https://github.com/tedchou12/webull/

### 🤷‍♂️ Maybe future brokerages 🤷‍♀️
#### Ally
Ally disabled their official API, so all Ally packages don't work. I am attempting to reverse engineer their API, which you can track [here](https://github.com/NelsonDane/ally-api). Once I get it working, I will add it to this project.
Ally disabled their official API, so all Ally packages don't work. I am attempting to reverse engineer their API, and will add it if I get it working. Otherwise, I will use Selenium or Playwright.
#### Chase
Chase doesn't have an official API, so it would have to be added using Selenium.
In progress on [develop-chase](https://github.com/NelsonDane/auto-rsa/pull/185). Stay tuned.
#### Vanguard
Will be added using Selenium just like Fidelity. I found this [vanguard-api](https://github.com/rikonor/vanguard-api), but it failed when I ran it.
Will be added using Selenium or Playwright.
#### SoFi
Login requires SMS 2fa, and I'm not sure how to do that automatically.
#### Webull
In progress on [develop-webull](https://github.com/NelsonDane/auto-rsa/pull/61). Stay tuned.
Will be added using Selenium or Playwright.
#### Public
In progress on [develop-public](https://github.com/NelsonDane/auto-rsa/pull/150). Stay tuned.
### 👎 Never working brokerages 👎
Expand Down
2 changes: 2 additions & 0 deletions autoRSA.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@

# Account nicknames
def nicknames(broker):
if broker in ["fid", "fido"]:
return "fidelity"
if broker == "ft":
return "firstrade"
if broker == "rh":
Expand Down

0 comments on commit 334bbef

Please sign in to comment.