add Dockerfile and CI configuration for building and pushing Docker image

This commit is contained in:
Elmar Kresse
2025-01-13 10:56:42 +01:00
parent b337b7c2f8
commit c3142e3378
4 changed files with 93 additions and 1 deletions

View File

@ -24,7 +24,8 @@ def main():
print("No known properties file found. Starting fresh.")
while True:
print("Scraping properties...")
current_time = time.strftime("%H:%M:%S", time.localtime())
print("Scraping properties at " + current_time)
print("Scraping properties from Wogetra...")
properties = wogetra_scraper.scrape_wogetra()
print("Scraping properties from LWB...")