409 B
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
-
Make a .env file in which you specify the path to save the files and the username and password for your moodle account.
-
Run the program with:
python main.py