-
Notifications
You must be signed in to change notification settings - Fork 13
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
[REQUEST] Historical Data #16
Comments
Why not just write out to a csv file on disk and then use that to display your data? A db sounds overkill for something like this |
even better idea.. |
i think something like this should work.... im struggling to figure out how to test it though. I think if i mount a bind volume to /app then i should be able to easily test the code.
|
who knew reddit would build it's own version of predbat (with extra steps) |
looks like the new release has changed the code a lot.. i think ill leave this to someone who knows what they are doing |
I may work on this myself if i can figure out the python for it..
It would be great to have a simple graph that can display the history of the price comparisons for each day..
first steps :
Once this exists it should be trivial to add in some simple web interface to display the data..
The text was updated successfully, but these errors were encountered: