kderef / magister-scraper

scraper for Magister 6
1 stars 0 forks source link

magister-scraper

scraper for Magister 6.
if you encounter any issues or errors, post them in the issues tab.

NOTE: before you can run this, you need to install selenium

in order to install selenium, open a terminal and type:

python -m pip install selenium

or download it from here.


download instructions

click on this.


how to use.

first, go the directory where you downloaded the zip. (see download instructions).
unzip it.
then open the file 'config.py' with notepad or another text editor.
specify your browser, example:

BROWSER = Browsers.chrome

then specify your school name, example:

SCHOOL = "osghengelo"

then specify your login info, example:

LOGIN = (
  "12345",
  "weakPassword"
)

NOTE: this project is on hold and not being worked on