A small tool to download lectures and workshops automagically because i'm too lazy to sign in to BlackBoard.
git clone https://github.com/hako/blackboard-dl
crystal dep or shards install
crystal build src/blackboard-dl.cr
./blackboard-dl
usage: blackboard-dl [-h] [-d] [-u USERNAME] [-p PASSWORD] [--version]
download course files from blackboard.
optional arguments:
-u USERNAME, --username Blackboard username
-p PASSWORD, --password Blackboard password
-d, --daemon Run as daemon
-h, --help Show this help
-v, --version Show program version
./blackboard-dl -u USERNAME -p PASSWORD
./blackboard-dl -d -u USERNAME -p PASSWORD
And now watch it download your lectures & workshops in the terminal or in the background.
crystal dep or shards install
crystal spec
MIT