Simple BBB API client. Work in progress. Almost orphaned.
Find a file
2025-10-18 11:52:56 +02:00
.git-crypt Add 1 git-crypt collaborator 2020-04-30 14:48:24 +02:00
bbb Remove debug statement 2022-01-27 14:15:22 +01:00
doc Add doc/ with example XML output 2022-01-27 10:10:13 +01:00
vendor go: update dependencies 2025-10-18 11:52:56 +02:00
.gitattributes Initial Commit 2020-04-30 17:52:55 +02:00
.gitignore Ignore an existing config file 2022-01-27 10:15:01 +01:00
bbbq.conf.ex fix: example config API-Key (fixes #1) 2022-10-18 22:37:14 +02:00
config.go chg: remember the config file name 2022-10-18 16:39:24 +02:00
go.mod go: update dependencies 2025-10-18 11:52:56 +02:00
go.sum go: update dependencies 2025-10-18 11:52:56 +02:00
main.go fix: use debug option 2022-10-18 16:39:47 +02:00
Makefile Add test target to Makefile 2021-02-04 11:51:23 +01:00
must.go Use /etc/bbbq.conf 2021-02-01 17:01:59 +01:00
README.md Add README 2022-01-27 15:50:41 +01:00

BBB API client

This is a simple Big Blue Button API client. It is work in progress.

Installation

  1. Create a proper configuration file, either as ~/.bbbq.conf or as /etc/bbbq.conf.

    bbbq -show-default-config > …
    
  2. Set at least the Secret (API-Key).

Usage

The usage is simple and straigt forward, there is only one command supported currently: ls:

$ bbbq ls
Room:  IUS [Heiko Schlittermann] 1/1 id:00ecb3e020c6639f91b4fb773aeefad20400918e

For futher options consult the output of bbbq -h.