معرفی شرکت ها


bbbctl-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

BigBlueButton API command-line client
ویژگی مقدار
سیستم عامل -
نام فایل bbbctl-0.1.0
نام bbbctl
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marcel Hellkamp
ایمیل نویسنده marc@gsites.de
آدرس صفحه اصلی https://github.com/defnull/bbbctl
آدرس اینترنتی https://pypi.org/project/bbbctl/
مجوز -
# BigBlueButton REST API command-line client This is a small but useful command-line client for controlling meetings and recordings on a [BigBlueButton](https://docs.bigbluebutton.org/) server or cluster directly via the [REST API](https://docs.bigbluebutton.org/dev/api.html). It allows administrators to bypass front-end applications ([greenlight](https://github.com/bigbluebutton/greenlight), [moodle](https://moodle.com/certified-integrations/bigbluebutton/) 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 ```sh # Install via pip sudo pip install -U bbbctl # or manually: sudo curl -L https://raw.githubusercontent.com/defnull/bbbctl/master/src/bbbctl.py -o /usr/local/bin/bbbctl sudo chmod +x /usr/local/bin/bbbctl ``` ## Usage ```sh # Only required for external BBB servers: export BBBCTL_SERVER="https://bbb.example.com/" export BBBCTL_SECRET="..." bbbctl meeting list # Test your secret by listing current meetings bbbctl -h # Print help for a list of commands ``` If run directly on a BBB server with sufficient permissions, server URL and secret will be fetched from local BBB config files automatically. ## 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 - `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) ## 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-2022, 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.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl bbbctl-0.1.0:

    pip install bbbctl-0.1.0.whl


نصب پکیج tar.gz bbbctl-0.1.0:

    pip install bbbctl-0.1.0.tar.gz