https://github.com/teltek/pumukitblackboardbundle
This bundle allows PuMuKIT import collaborate recordings.
https://github.com/teltek/pumukitblackboardbundle
Last synced: 5 months ago
JSON representation
This bundle allows PuMuKIT import collaborate recordings.
- Host: GitHub
- URL: https://github.com/teltek/pumukitblackboardbundle
- Owner: teltek
- Created: 2024-12-09T10:53:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T09:14:30.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:31:30.747Z (over 1 year ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BlackboardBundle
================
This bundles allow download recordings saved on Blackboard Collaborate from Blackboard Learn.
### How to use
1. Add configuration to PuMukIT
```yaml
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}
```
2. Commands to execute
```bash
php bin/console pumukit:blackboard:sync
```
This command saves on PuMuKIT all info of course and recording to import.
```bash
php bin/console pumukit:blackboard:import:recordings
```
This command import on PuMuKIT recordings that have owners created on PuMuKIT.
3. [OPTIONAL]