https://github.com/jacoblincool/ntnu-course-sentry
Get notified when your favorite courses are enrollable!
https://github.com/jacoblincool/ntnu-course-sentry
Last synced: about 1 year ago
JSON representation
Get notified when your favorite courses are enrollable!
- Host: GitHub
- URL: https://github.com/jacoblincool/ntnu-course-sentry
- Owner: JacobLinCool
- Created: 2023-02-19T17:06:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T04:11:10.000Z (about 1 year ago)
- Last Synced: 2025-05-07T05:20:40.310Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://jacoblin.cool/ntnu-course-sentry/
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NTNU Course Sentry
Get notified when your favorite courses are enrollable!
## Usage
Build the Docker image, then mount your config!
[Config Example](packages/sentry/config.example.yml)
```yml
targets:
- "1234" # serial number of the course
- "2345" # serial number of the course
settings:
year: 112 # required
term: 1 # required
interval: 15 # in seconds, required
notification:
discord: https://discord.com/api/webhooks//
```
> By default, if there is any course available, it will notify through the stdout. If you want to use Discord, you can set the `discord` field in the `notification` section, however, this is not required.