Simple Grade Crawler for DHGE SelfService
Version for Docker (by Rosaloeffler): https://github.com/rosaloeffler/GradeCrawler-Dockerized
-
Extract script and Firefoxdriver (geckodriver) in the same diretory
Firefox-Driver: https://github.com/mozilla/geckodriver/releases
-
Install selenium
pip install selenium
-
Configurate the script at section CONFIG or use the init wizard (activate use_wizard in section WIZARDs)
-
Start the script
py GradeCrawler.py
ℹ️To exit close terminal/cmd or press
strg+c
ℹ️ Script create data at first run, check grades in terminal! Later the script sends notification mails if new grades detected
Chromedriver download: https://chromedriver.chromium.org/downloads
- Config:
Search for line
driver = webdriver.Firefox()
and edit it todriver = webdriver.Chrome()