Parser with BeautifulSoup, reading cookies, finding the module item links
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user