Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
django-bigbluebutton
Advanced tools
A Django integration APP to connect django projects to Big Blue Button ;)
A Django Application for better interaction of Django projects with Big Blue Button APIs.
To use this package following needed. if not provided will be installed automatically.
Django>=2.0
requests>=2.0
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
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.
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.
FAQs
A Django integration APP to connect django projects to Big Blue Button ;)
We found that django-bigbluebutton demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.