Skip to content

wintertee/speit-moodle-spider

Repository files navigation

SPEIT Moodle spider

GitHub GitHub release (latest by date)

A simple Moodle crawler.

Download

Installation

  • Install Python 3.

  • Install dependency:

    • On Unix or Linux: pip install -r requirements.txt or pip3 install -r requirements.txt

    • On Windows: pip install -r requirements-nt.txt or pip3 install -r requirements-nt.txt

  • Make a copy of config/conf.exemple.py and rename it as conf.py

  • Edit the config/conf.py with your personal info.

Usage

  • Run speit-moodle-spider.py with Python 3:

    • python speit-moodle-spider.py

    • or python3 speit-moodle-spider.py

Notice

  • Do NOT modify files downloaded, if you want, copy them to another directory first.

  • Only tested with student account.

Support me

If this tiny program is helpful to you, please leave a star in the upper right corner of the home page 🤣

Brother project

Moodle-Notifier