Go to file
Oliver Schütz 945ee3ecd6 Add initial project setup with environment example, README, and requirements 2025-01-25 16:39:58 +01:00
.env.example Add initial project setup with environment example, README, and requirements 2025-01-25 16:39:58 +01:00
.gitignore Add initial project setup with environment example, README, and requirements 2025-01-25 16:39:58 +01:00
README.md Add initial project setup with environment example, README, and requirements 2025-01-25 16:39:58 +01:00
course_content_extractor.py Init Repo 2025-01-25 16:20:03 +01:00
folder_structure.yaml Init Repo 2025-01-25 16:20:03 +01:00
main.py Init Repo 2025-01-25 16:20:03 +01:00
moodle_downloader.py Init Repo 2025-01-25 16:20:03 +01:00
requirements.txt Add initial project setup with environment example, README, and requirements 2025-01-25 16:39:58 +01:00

README.md

Moodle Scraper

Installation

Windows

python -m venv .venv
.venv\Scripts\activate

MacOS/Linux

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

  1. Make a .env file in which you specify the path to save the files and the username and password for your moodle account.

  2. Run the program with:

python main.py