henrikac / MoodleScheduleScraper

Scrapes your schedule at moodle.aau.dk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodle Schedule Scraper

A simple scraper that scrapes your schedule at moodle.aau.dk and saves it to schedule.txt

Requirements

  • Python3.6+

Setup

Run pip install -r requirements.txt to install all the requirements

Usage

To use this scraper you need your schedules calmoodle-id. To get the calmoodle-id you need to manually navigate to your schedule

Given this url: https://www.moodle.aau.dk/calmoodle/public/?sid=14 your calmoodle-id would be 14

When you have the calmoodle-id just navigate to the src folder and run app.py

  • cd src
  • python app.py

About

Scrapes your schedule at moodle.aau.dk

License:GNU General Public License v3.0


Languages

Language:Python 100.0%