Open hugohabicht01 opened 3 years ago
Keep pricehistory of all tracked petrol stations in a DB using Google Cloud Platform or cron jobs See https://cloud.google.com/appengine/docs/standard/python3/scheduling-jobs-with-cron-yaml and https://cloud.google.com/run/ for further research
Tankerkoenig API does advise against regularly checking for prices of all stations, instead you should download a git repo and git pull every day
Keep pricehistory of all tracked petrol stations in a DB using Google Cloud Platform or cron jobs See https://cloud.google.com/appengine/docs/standard/python3/scheduling-jobs-with-cron-yaml and https://cloud.google.com/run/ for further research