Skip to main content

course-dl

Download Blackboard course exports from Curtin University's LMS as Common Cartridge packages, useful for migrating courses to Canvas or other LMS platforms.

Installation

uv tool install course-dl
playwright install chromium

Or install from source:

git clone https://github.com/michael-borck/course-dl.git
cd course-dl
uv sync
uv run playwright install chromium

Usage

Exporting is a two-step process because Blackboard takes 15–30 minutes to build each Common Cartridge package.

Step 1: Trigger builds

# Trigger builds for specific courses (fuzzy-matched)
course-dl build COMP1000 "Data Structures"

# Trigger builds for all courses
course-dl build --all

# Only courses from a specific teaching period
course-dl build --term "Semester 1 2025"
course-dl build --term 2025 --all

# Interactive picker — no args, select from a list
course-dl build

Blackboard queues the export and confirms with "This action has been queued." You can trigger builds for many courses at once — they build in parallel on the server.

Step 2: Download packages

Wait 15–30 minutes, then download with the same search terms:

# Download matching courses
course-dl download COMP1000 "Data Structures"

# Download all
course-dl download --all

# Interactive picker
course-dl download

Courses with no package ready yet will show "not ready" — just run the command again later.

Typical batch workflow

# 1. Trigger all builds
course-dl build --all

# 2. Wait 15-30 minutes...

# 3. Download everything
course-dl download --all -o exports/

Common options

course-dl [OPTIONS] {build,download}

Options (before subcommand):
  -u, --username STR    Curtin username
  -p, --password STR    Curtin password
  --visible             Show the browser window (default: headless)
  --timeout INT         Navigation timeout in ms (default: 60000)

Subcommand options:
  SEARCH...             Search terms (fuzzy-matched against course titles)
  -f, --file PATH       File with search terms (one per line)
  --all                 Select all courses
  --term STR            Teaching period to select (e.g. 'Semester 1 2025')
  --match-threshold INT Fuzzy match score 0-100 (default: 60)

Download-only options:
  -o, --output-dir PATH Output directory (default: ./exports/)
  --overwrite           Re-download courses that already exist locally

Fuzzy matching

Course titles in Blackboard are long. You don't need the full title:

course-dl build COMP1000              # matches by unit code
course-dl build "Unix and C"          # matches by partial name
course-dl build "Data Structures"     # matches by topic

Interactive picker

When no search terms are provided, a numbered selection prompt is shown. Enter numbers separated by commas or spaces, with optional ranges:

Selection: 1          # just the first course
Selection: 1,3-5      # first course plus courses 3 to 5
Selection: all        # everything
Selection:            # (empty) cancel

Older year/semester courses

Blackboard's course page has a teaching-period dropdown that filters which courses are shown. The CLI drives the same dropdown:

  • Interactive mode (course-dl build with no args) shows a numbered teaching-period menu first, then the course picker for that period.
  • --term picks it automatically:
course-dl build --term "Semester 1 2025"
course-dl download --term 2024 --all -o exports/

If Blackboard doesn't render a period dropdown, --term falls back to filtering course titles.

Other selection methods work within the chosen period — search terms (course-dl build ISAD1000) or a file of unit codes/names, one per line:

cat my-units.txt
ISAD1000
"Unix and C"
course-dl build -f my-units.txt

Note: only courses still in your Blackboard enrolment list can be exported. If Curtin removed you from an old site, it won't appear in any period.

Skip behaviour

course-dl download skips courses that already have a .zip or .imscc file in the output directory matching the unit code. Use --overwrite to force re-download.

When only one package exists on Blackboard, it is deleted after download (since we created it). When multiple packages exist, none are deleted and the tool logs which one was downloaded.

Credentials

Credentials are resolved in order:

  1. CLI flags (-u, -p)
  2. Environment variables (CDL_USERNAME, CDL_PASSWORD)
  3. .env file (searched in order):
    • ~/.config/course-dl/.env
    • ~/.course-dl.env
    • ./.env
  4. Interactive prompt

Copy .env.example to one of the above locations:

cp .env.example ~/.config/course-dl/.env

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

course_dl-0.3.3.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

course_dl-0.3.3-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file course_dl-0.3.3.tar.gz.

File metadata

  • Download URL: course_dl-0.3.3.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for course_dl-0.3.3.tar.gz
Algorithm Hash digest
SHA256 fb7260efa47c5be5342fb4987da6d29bd81b3a0dd9b34a7df3368512d5e09da5
MD5 ea3f4df6680e28b98919976ecca35b28
BLAKE2b-256 fb1f25623d2504ad9b3f2f6a75b509824255bb3fea0365faac3f25abb8ae0a16

See more details on using hashes here.

File details

Details for the file course_dl-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: course_dl-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for course_dl-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1e20459ad31cd622a281bf929584b0633911a0ac35f596ada756788af64baf51
MD5 f957291212e7ffd9c85fd1daf3f9c472
BLAKE2b-256 5a88f2a6cea57da987f747afc7bb7414a4141525a515ae8efa616ac3eb999faa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.3 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page