Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 931 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 931 Bytes

BigBlueButton Downloader

A simple script to download users' presentations during a session and records.

This project is working fine with BigBlueButton 2.7.2 version.

Installation

# Install the requirements
$ python3 -m pip install -r requirements.txt

Usage

$ ./main.py help
Usage: [COMMAND] [OPTION]

=====================================================

NAME
    presentation [URL]

DESCRIPTION
    Download a presentation from BigBlueButton server.
    The URL to provide is the current URL of the slide.

=====================================================

NAME
    playback [URL] [TYPE]

DESCRIPTION
    Download a playback from BigBlueButton server.
    The URL to provide is the URL of the video or audio.

    --shared-screen     Type of the video is a deskshare.
    --presentation      Type of the video is presentation with slides.

=====================================================