-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# The OCW Downloader | ||
This downloads OCW courses | ||
<p align="center"> | ||
<!--<img src="scoop.png" alt="Long live Scoop!"/>--> | ||
<h1 align="center">ocwd</h1> | ||
</p> | ||
<p align="center" > | ||
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/amkhrjee/ocwd"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/amkhrjee/ocwd"> | ||
</p> | ||
|
||
## What does `ocwd` do? | ||
`ocwd` is a command line utility that downloads resources from any [MIT OCW](https://ocw.mit.edu/) course to any storage path provided by you. The resources are available in the public domain and MIT reserves all rights to the content. This tool simply scrapes the OCW website for resources and offers a simple and easy way for downloading any course resource for offline use. | ||
## Installation | ||
`ocwd` is a [PowerShell](https://learn.microsoft.com/en-us/powershell/) script, therefore, it works wherever PowerShell works. Currently, PowerShell is available on both Windows and UNIX (that covers both Linux and MacOS) systems. Read their [installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.3) for more information on this. | ||
|
||
`ocwd` is available via the PowerShellGallery: | ||
```ps1 | ||
Install-Script -Name ocwd | ||
``` | ||
|