teltek / pumukit-blackboard-bundle
PuMuKIT blackboard import API
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.2
- firebase/php-jwt: ^6.10
- pumukit/pumukit: ^5.0
- symfony/http-client: ^5.0
This package is auto-updated.
Last update: 2024-12-19 08:56:33 UTC
README
This bundles allow download recordings saved on Blackboard Collaborate from Blackboard Learn.
How to use
- Add configuration to PuMukIT
learn_host: https://{blackboard_learn_domain} learn_key: {blackboard_api_learn_key} learn_secret: {blackboard_api_learn_secret} collaborate_host: https://{blackboard_collaborate_domain} collaborate_key: {blackboard_building_block_collaborate_key} collaborate_secret: {blackboard_building_block_collaborate_secret}
- Commands to execute
php bin/console pumukit:blackboard:sync
This command saves on PuMuKIT all info of course and recording to import.
php bin/console pumukit:blackboard:import:recordings
This command import on PuMuKIT recordings that have owners created on PuMuKIT.
- [OPTIONAL]