Skip to main content

A Django integration APP to connect django projects to Big Blue Button ;)

Project description

django-bigbluebutton

A Django Application for better interaction of Django projects with Big Blue Button APIs.

Requirements

To use this package following needed. if not provided will be installed automatically.

Django>=2.0
requests>=2.0

Installation

Note: This package is well tested on django>=2.0. But if you are using older versions can be used with minor changes in structure.

install using pip:

pip install django-bigbluebutton

Usage

Register app in settings.py

INSTALLED_APPS = [
    "django_bigbluebutton",
]

Now should define you Big Blue Button Server core configs in settings.py:

BBB_API_URL = 'https://test.com/bigbluebutton/api/'
BBB_SECRET_KEY = 'abcdefgabcdefgabcdefgabcdefgabcdefg'

Next apply migrations:

python manage.py migrate

And finally run test:

python manage.py test

You can follow tests.py file to see how to use this package.

Admin Integration

By installing this app in your django project, A admin section will be added named Meeting. Under this section you can see list of open meetings, join meeting, create join link for other users with moderator or attendee permissions.

Also to enable update state of each meeting (sync with bigbluebutton) set below variable in settings.py:

UPDATE_RUNNING_ON_EACH_CALL = True

So whenever you open list of meetings in django admin, it will update state of all meetings in database with result of getMeetings API from bigbluebutton.

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

django-bigbluebutton-0.5.5.tar.gz (37.9 kB view details)

Uploaded Source

Built Distribution

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

django_bigbluebutton-0.5.5-py3-none-any.whl (52.5 kB view details)

Uploaded Python 3

File details

Details for the file django-bigbluebutton-0.5.5.tar.gz.

File metadata

  • Download URL: django-bigbluebutton-0.5.5.tar.gz
  • Upload date:
  • Size: 37.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for django-bigbluebutton-0.5.5.tar.gz
Algorithm Hash digest
SHA256 69f10a667ddbd84da0d0bcd23dd6a32ce7cf047188de2467ae002b2090cec7e8
MD5 44f7ef2f50d90a17d8a5d4e3dacfcdee
BLAKE2b-256 1097be66245c48d4517adff2e94a367ef64991d98d9eaa3cf2b4f002b2cc1b3c

See more details on using hashes here.

File details

Details for the file django_bigbluebutton-0.5.5-py3-none-any.whl.

File metadata

  • Download URL: django_bigbluebutton-0.5.5-py3-none-any.whl
  • Upload date:
  • Size: 52.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for django_bigbluebutton-0.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0a0e1a26b54ccaa0a7fcb9bdf5970ed20f503efdaa19fb66dae493e56135cf4f
MD5 8dcafa214ce586111fa0d899c20b4433
BLAKE2b-256 1b1e67bd484df43be62b8eb2d6fa097c8663febd36a6a4f82f09521c730e997e

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