interactive-brokers-api
interactive-brokers-api copied to clipboard
No api automatic login for paper account
Thanks, nice code.
I don't think ibc\utils\auth.py\login function calls selenium even if _use_selenium=True
login function calls _startup_gateway function and the last line is webbrowser.open(url='https://localhost:5000') which just opens the browser, no credentials are passed to the page