Skip to content

Handy tool to fetch all available files from blackboard for those open-book final exams.

Notifications You must be signed in to change notification settings

pratheekrebala/blackboard_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blackboard_downloader

Handy tool that will allow you to download all or some selected files from courses on the Blackboard Learn system.

I've personally tested this out for GWU's implementation of Blackboard, but this should work out of the box on other implementations.

Setup

This is a Node.js script, so you should consider downloading Node before attempting to run it.

To download the repo, simply clone it:

git clone https://github.com/pratheekrebala/blackboard_downloader.git
cd blackboard_downloader

Then install the dependencies:

npm install

Then update the blackboard_url in index.js

Then run the script using:

node index.js

Then follow the instructions on the command prompt.

If you have any issues - shoot me an email at pratheekrebala@gmail.com or open an Issue/PR.

About

Handy tool to fetch all available files from blackboard for those open-book final exams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published