Skip to main content

BigBlueButton API command-line client

Project description

BigBlueButton REST API command-line client

This is a small but useful command-line client for controlling meetings and recordings on a BigBlueButton server or cluster directly via the REST API. It allows administrators to bypass front-end applications (greenlight, moodle or alternatives) and directly access the backing BBB servers for administrative tasks, monitoring or testing.

The module can also be imported as a python library, but please note that this project is not yet considered stable in any way. A stable and more usable API for python scripting might follow.

Install

You can install bbbctl the usual way with pip install bbbctl into a virtual environment. Sine bbbctl has no dependencies, you can also manually install it by downloading the python script and placing it into a bin folder:

curl -L --create-dirs -o ~/.local/bin/bbbctl https://raw.githubusercontent.com/defnull/bbbctl/master/src/bbbctl.py 
chmod +x ~/.local/bin/bbbctl

Tip: If you have uv/uvx installed, you can use this tool directly via uvx bbbctl ....

Usage

If run directly on a BBB server with sufficient permissions, server URL and secret will be fetched from local BBB config files automatically.

# Only required for external BBB servers:
export BBBCTL_SERVER="bbb.example.com"   # or --server as a parameter
export BBBCTL_SECRET="..."               # or --secret as a parameter

# Check if your secret works:
bbbctl meeting list

Command overview

You can get detailed help and a list of all parameters with bbbctl -h or bbbctl <command> -h.

  • meeting Create, list, join, inspect or end meetings
    • list List all meetings
    • info <meetingID> Show info about a meeting
    • create <meetingID> <title> Create a new meeting
    • join <meetingID> <displayName> Generate join links
    • end <meetingID> Forcefully end a meeting
    • chat <meetingID> <message> Send a chat message to a running meeting (BBB 3.0)
    • nuke Forcefully end ALL meetings (be careful)
  • record Work with recordings
    • list List all recordings
    • info <recordID> Show info about a recording
    • publish <recordID> Publish an unpublished recording
    • unpublish <recordID> Unpublish (hide) recording
    • delete <recordID> Delete a recording (be careful)
  • sign <action> <param*> Print a signed API URL

Output format

The default output format is a human readable plain text format. You can switch to a more compact version with --format=compact. Other formats that are better suited for scripted usage are also supported: json, jsonline or xml

License

Copyright (c) 2020-2062, Marcel Hellkamp.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

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

Source Distribution

bbbctl-0.4.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

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

bbbctl-0.4-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file bbbctl-0.4.tar.gz.

File metadata

  • Download URL: bbbctl-0.4.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for bbbctl-0.4.tar.gz
Algorithm Hash digest
SHA256 874b2ee817bfba3ed2ee5df23cbe3ebfbaa14301ac6e3a553067c8641f3ca6d5
MD5 4fe3b5055688eec5e9cb2c722847c95e
BLAKE2b-256 b572de09c512257ccce9791e22b6f7a78b5c7fd1c0cc49ea9abc3406ff3e9f13

See more details on using hashes here.

File details

Details for the file bbbctl-0.4-py3-none-any.whl.

File metadata

  • Download URL: bbbctl-0.4-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for bbbctl-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f092b62e72f838bfdf704b7863be0d16dd5643edef202b5fcd947975e71b1c04
MD5 b7ad1686e910c3bbac07b7dfad7ed148
BLAKE2b-256 4b5069525bf1547c0e68a9407ed426deea8878e0144c3e924f7b17f69c172dff

See more details on using hashes here.

Supported by

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