This project tracks the IHCPH website for available application dates/hours and notifies you on telegram whenever there's a new date/hour.
It was created to help you find cancelled bookings.
Just grab the latest image from Docker hub.
You can use the existing docker-compose.yml file to run this project.
Here's an example of a docker-compose file:
version: "2.0"
services:
ihcph:
image: sp0x/ihcph
env_file: .env
Environment variables:
TELEGRAM_TOKEN
To use the telegram functionality you need to provide a tokenINDEXER
The name of the indexer, by default that's ihcph.kk.dk
- ihcph.kk.dk -
International House Copenhagen
You can add new sites in a few ways:
- Add a new YML file in the
./indexes/
directory - Add a new YML file in the
~./.ihcph/indexes/
directory - Add a new YML file in the sites directory of the project and rebuild it.