Opa_omroep-automatiseren/README.md

29 lines
756 B
Markdown
Raw Permalink Normal View History

2022-05-07 11:26:01 +00:00
<h1>Automatische kerkomroep voor opa</h1>
2020-12-27 20:00:11 +00:00
<p>
Speel kerkomroep of de reformatorische oroep gebaseerd op de dag van de week(doordeweeks ref. omroep en zondags kerkomroep). Start automatisch met afspelen, zonder interactie van de gebruiker.
Op feestdagen springt deze ook automatisch naar de kerkomroep.
</p>
<h2>Install</h2>
<p>
2022-05-07 11:26:01 +00:00
This depends on python with the holidays plugin and selenium.
2020-12-27 20:00:11 +00:00
First create a virtual environment:
> python3 -m venv venv/
activate it
> source venv/bin/activate
install the requirements
> pip3 install -r requirements.txt
and then run it.
> python3 main.py
</p>
<h2>Run on startup</h2>
<p>To autorun on startup:
Either use the Linux Mint gui to autostart applications and then run this script or add it to init.d/
</p>