Alerts you when the waiting time of your favourite attractions changes. https://hub.docker.com/r/michivonah/ep-alerts
Find a file
2023-10-07 22:01:28 +02:00
.gitignore create test 2023-10-02 15:22:24 +02:00
discord.py create test 2023-10-02 15:22:24 +02:00
Dockerfile update docker image 2023-10-03 13:03:26 +02:00
main.py add ability to load subscribed attractions from env 2023-10-07 21:58:26 +02:00
README.md fix typo in command in readme 2023-10-07 22:01:28 +02:00
requirements.txt fix typos 2023-10-03 13:12:17 +02:00

Europapark Waitingtime Alerts via Discord Webhook

A tool which alerts you when the waiting times of subscribed europapark attractions sinks or increase. Powered by the wartezeiten.app API.

GitHub: https://github.com/michivonah/europapark-alerts
Docker: https://hub.docker.com/r/michivonah/ep-alerts

Host it on your server:

  1. Install docker on your system

    apt-get install docker.io docker-compose -y

  2. Run container (don't forget to change your discord webhook url)

    docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" --env SUBS=383533,323530,353030 michivonah/ep-alerts

Enviormental variables

These environment variables are supported

Variable Description Example
DISCORD_WEBHOOK The URL of your discord webhook https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY
SUBS Your subscribed attractions with ID from wartezeiten.app API 383533,323530,353030

Required enviromental variables: DISCORD_WEBHOOK, SUBS