Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.31 KB

ihcph

sp0x codecov Go Report Card

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.

Installation

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

Configuration

Environment variables:

  • TELEGRAM_TOKEN To use the telegram functionality you need to provide a token
  • INDEXER The name of the indexer, by default that's ihcph.kk.dk

Supported sites

  • 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.