Sign inSign up

sebbo2002/fhws-grades-push

By sebbo2002

Updated about 9 years ago

Small script no get notified when there're new grades available on the "FHWS Studenten Portal"

Image
0

1.0K

sebbo2002/fhws-grades-push repository overview

FHWS Grades Push

License Status

Small script to get notified when there're new grades available on the "FHWS Studenten Portal". Uses ugly HTML scraping and there's almost no error handling, deal with it. Very untested. Such wow.

Installation
Directly

You'll need node.js to run this.

git clone https://github.com/sebbo2002/fhws-grades-push.git
cd ./fhws-grades-push
npm install

I use crontab to run this script regularly.

Docker

You can also use the docker container to run this script:

docker pull sebbo2002/fhws-grade-push
Configuration

Use environment variables to set login credentials and pushover tokens:

FHWS_USERNAME Your username for the "FHWS Studenten Portal"
FHWS_PASSWORD Your password for the "FHWS Studenten Portal"
PUSHOVER_TOKEN Your pushover token. You can get yours here.
PUSHOVER_USER Your pushover user token. You can get yours here.
Example
FHWS_USERNAME="k*****" \
FHWS_PASSWORD="*********" \
PUSHOVER_TOKEN="*********" \
PUSHOVER_USER="*********" node app

Such wow, much awesome

Tag summary

Content type

Image

Digest

Size

27 MB

Last updated

about 9 years ago

docker pull sebbo2002/fhws-grades-push