Skip to content
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

Automatic updates #10

Open
ConradSelig opened this issue Feb 12, 2021 · 0 comments
Open

Automatic updates #10

ConradSelig opened this issue Feb 12, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ConradSelig
Copy link
Owner

Currently the project runs as a "one and done" program, but wouldn't it be nice to have automatic updates for continual monitoring?

This should actually be pretty easy, as I did keep this feature in mind when completing #2.

Enabling this feature should be by command line argument only, and the default state of the program should still be that "one and done" run style.
The user should also be able to specify how often the refresh is done. New data comes in every minute from yfinance, so that should be the lower limit. I wrote a side script for myself that just re-runs this program from scratch every 5 minutes and I found that was a good starting point, maybe if there is a default refresh time we should set it there.

@ConradSelig ConradSelig added the good first issue Good for newcomers label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant