moodle-scraper/README.md

409 B

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