add movie scraping and documentation
Some checks failed
Build docker container / build (push) Failing after 7m21s

This commit is contained in:
David Claeys
2024-05-17 10:17:15 +02:00
parent a82d7bd861
commit 87e8700236
8 changed files with 203 additions and 14 deletions

View File

@ -7,8 +7,13 @@
},
"AllowedHosts": "*",
"Quartz": {
"JobSchedule": "0 0/30 * * * ?"
"JobSchedule": "$JOB_SCHEDULE"
},
"TableScrapeUrl": "https://www.telebilbao.es/programacion/",
"StationProgramInformationUrl": "https://www.telebilbao.es/"
"StationProgramInformationUrl": "https://www.telebilbao.es/",
"MovieApi": {
"Url": "$MOVIE_API_URL",
"ApiKey": "$MOVIE_API_KEY",
"ImageUrl": "$MOVIE_IMAGE_URL"
}
}