Skip to content

Releases: michivonah/themepark-alerts

Version 1.1.1 - Bugfixes

13 Oct 11:00
Compare
Choose a tag to compare

In this version some bugs were fixed:

  • added requests package to Python requirements
  • Improved exception & error handling to prevent the container from crashing (#1)
  • fixed typo in error message

Full Changelog: v1.1.0...v1.1.1

Host it yourself with the following docker command:
docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" --env SUBS=383533,323530,353030 michivonah/ep-alerts

Version 1.1.0 - More customization options

12 Oct 11:01
Compare
Choose a tag to compare

With this version, the tool has been renamed to Themepark Alerts, as it is no longer only designed for Europa-Park, but now also supports other themeparks. Additional notification services have also been added.

The following changes have been added with this release:

  • Added ntfy as notification service
  • Implement discord webhook natively without the use of the package discord_webhook
  • Added support for themeparks other than Europa-Park
  • Renamed to Themepark Alerts
  • Added more customization options for the used parameters (update interval, themepark)
  • Updated dependencies

Host it yourself with the following docker command:
docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" --env SUBS=383533,323530,353030 michivonah/ep-alerts

Version 1.0.0 - First release

07 Oct 20:08
Compare
Choose a tag to compare

This is the first version of the script which is ready to host because you know can subscribe to attractions and get notified when the waiting times changes.

Features

  • Subscribed attractions
  • Get notified!

Run on your machine with the following docker command:
docker run -d --name ep-alerts --env DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXX/YYYYYYYYYYYYYYYYYYYYYYYYY" --env SUBS=383533,323530,353030 michivonah/ep-alerts