-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ally Support #295
base: main
Are you sure you want to change the base?
Add Ally Support #295
Conversation
Well for RSA, Ally is no longer allowing RSA only trades. |
I guess we will be getting banned then. I will make sure to add a note saying that Ally bans accounts caught partaking in RSA |
True, but Ally could be used for other non-rsa trades too, but a note would be good that bans could occur. |
It doesnt seem to handle 2fa on mine |
@gabehal Can you provide more details? Are there any errors in console? What does the window show when you don't run it in headless mode? When I update this will it fix it 🤷 I don't remember what all uncommitted changes I have done and maybe it is already fixed. |
You might be able to get away with a single account if you are doing other trading activity on the brokerage as well but if you do it on multiple accounts they will definitely come to collect your head. |
Yeah, I think I will keep on using this so that people have Ally if they want it, but after hearing how strict Ally is I agree that this is not recommended for RSA use. |
(By.CSS_SELECTOR, code_btn_selector)) | ||
) | ||
driver.find_element(by=By.CSS_SELECTOR, value=code_btn_selector).click() | ||
if botObj is not None and loop is not None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code does not enter into this if statement
** STILL A WIP **
What's been done
What needs done?
If you can think of other things that need done, please let me know!