Parser with BeautifulSoup, reading cookies, finding the module item links

This commit is contained in:
2025-12-05 07:45:54 +13:00
parent c8f61ef016
commit 5dff356f73
5 changed files with 164 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "canvasdl"
version = "0.1.0"
description = "Script for manually downloading all course content from Instructure Canvas, when they don't allow API key generation."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"bs4>=0.0.2",
"requests>=2.32.5",
]