![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Downloads all Canvas files to a local directory. Provides GUI for managing the download.[
Looking for Maintainers
As I no longer have access to Canvas systems, this project cannot be actively maintained by me. If you are interested in maintaining this project, please email me.
Grab all files on Canvas LMS to local directory.
Less is More. In canvas_grab v2, we focus on stability and ease of use. Now you don't have to tweak dozens of configurations. We have a very simple setup wizard to help you get started!
For legacy version, refer to legacy branch.
{version}.zip
.git clone https://github.com/skyzh/canvas_grab
../canvas_grab.sh
(Linux, macOS) or .\canvas_grab.ps1
(Windows) in Terminal.
Please refer to Build and Run from Source
for more information.You may interrupt the downloading process at any time. The program will automatically resume from where it stopped.
To upgrade, just replace canvas_grab
with a more recent version.
If you have any questions, feel free to file an issue here.
First of all, please install Python 3.8+, and download source code.
We have prepared a simple script to automatically install dependencies and run canvas_grab.
For macOS or Linux users, open a Terminal and run:
./canvas_grab.sh
For Windows users:
Set-ExecutionPolicy Unrestricted
in Powershell.Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name LongPathsEnabled -Type DWord -Value 1
canvas_grab
source file in file browser, Shift + Right-click on blank area, and select Run Powershell here
..\canvas_grab.ps1
The setup wizard will automatically create a configuration for you.
You can change config.toml
to fit your needs. If you need to
re-configure, run ./configure.sh
or ./configure.ps1
.
See Contributors list. @skyzh, @danyang685 are two core maintainers.
MIT
Which means that we do not shoulder any responsibilities for, included but not limited to:
FAQs
Downloads all Canvas files to a local directory. Provides GUI for managing the download.[
We found that canvas-grab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.