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()