LukeWang01 / Program-Trading-Based-on-Webull

Market data from Webull and Yahoo! Build your own strategy, let the program trade for you with your Webull account.
https://www.buymeacoffee.com/lukewang
MIT License
17 stars 5 forks source link

Access token expiration #18

Open Cfomodz opened 7 months ago

Cfomodz commented 7 months ago

The readme states, "The access_token will expire weekly for your account security, you need to re-login to set up a new one." however I am unsure if this is a statement of fact or a statement of opinion.

Do you want to let it expire in the name of security or are you saying Webull makes it that way and you are explaining the inconvenience?

If the latter, I can PR a quick refresh util.

LukeWang01 commented 6 months ago

it's a fact, I tried to auto refresh the token, but it didn't work. Please PR if you can fix. Thank you.