Skip to content
/ ihcph Public

IHCPH bot that notifies you whenever there's a new opening for an appointment at the International House in CPH

Notifications You must be signed in to change notification settings

sp0x/ihcph

Repository files navigation

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.

About

IHCPH bot that notifies you whenever there's a new opening for an appointment at the International House in CPH

Resources

Stars

Watchers

Forks

Packages

No packages published