Skip to content

Kr3b5/GradeCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Grade Crawler for DHGE Selfservice

Simple Grade Crawler for DHGE SelfService

Version for Docker (by Rosaloeffler): https://github.com/rosaloeffler/GradeCrawler-Dockerized

Setup:

  1. Extract script and Firefoxdriver (geckodriver) in the same diretory

    Firefox-Driver: https://github.com/mozilla/geckodriver/releases

  2. Install selenium

    pip install selenium
    

How to use:

  1. Configurate the script at section CONFIG or use the init wizard (activate use_wizard in section WIZARDs)

  2. 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


⚠️ This crawler use Firefox as Seleniumdriver, but Chrome can be used too.

Chromedriver download: https://chromedriver.chromium.org/downloads

  • Config: Search for line driver = webdriver.Firefox() and edit it to driver = webdriver.Chrome()

About

A simple grade crawler for DHGE selfservice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages