How to use the webull.webull function in webull

To help you get started, we’ve selected a few webull examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tedchou12 / webull / tests / test_webull.py View on Github external
def test_login(self):
        webull_obj = webull.webull()
        assert True == webull_obj.login_prompt()
github tedchou12 / webull / tests / test_webull.py View on Github external
def test_logout(self):
        webull_obj = webull.webull()
        print("Login success: {}".format(webull_obj.login_prompt()))
        assert True == webull_obj.logout()

webull

The unofficial python interface for the WeBull API

MIT
Latest version published 1 year ago

Package Health Score

50 / 100
Full package analysis

Similar packages