furkanakkurt1335 / moodle_query

Automatically query if Moodle class pages changed after the last execution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moodle_query

This script automatically queries if Moodle class / grade pages changed after the last execution. The script is for Boğaziçi University Moodle accounts, but it can be modified for other universities.

It's just a one-file script, query.py. It needs Python. After that's satisfied, "requirements" should be satisfied, which can be done with running the command pip install -r requirements.txt.

The credentials should be entered in the file credentials.json.

Requirements: bs4, requests

About

Automatically query if Moodle class pages changed after the last execution.

License:MIT License


Languages

Language:Python 100.0%