A Node.js script for exporting BigBlueButton recording metadata in bulk.
It recursively scans files in the input directory for BigBlueButton recording IDs and writes the collected metadata to output.json.
-
Install dependencies
npm install
-
Prepare input
- Create an
inputdirectory in the project root. - Add files that contain BigBlueButton links or recording IDs.
- Create an
-
Run
npm start