![]() |
||
---|---|---|
.env.example | ||
.gitignore | ||
README.md | ||
course_content_extractor.py | ||
folder_structure.yaml | ||
main.py | ||
moodle_downloader.py | ||
requirements.txt |
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
-
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