SimonXIX’s avatarSimonXIX’s Twitter Archive—№ 58,476

  1. Struggling with the REST API of a very unhelpful major provider of video conferencing software for Higher Education. No-one seems to want to be responsible for actually giving me an API key.
    1. …in reply to @SimonXIX
      Anyway, this is a useful wee Python script for bulk downloading recordings from this major provider of video conferencing software for Higher Education because they don't provide a function for this natively. github.com/zerausolrac/PyCollab/
      1. …in reply to @SimonXIX
        I've made some minor modifications to this script to incorporate automated upload to Panopto after it's downloaded recordings from Collaborate. Currently only works with CollabMoodle.py but this will save a lot of time. github.com/SimonXIX/PyCollab
        1. …in reply to @SimonXIX
          You can now feed this a spreadsheet of Collaborate recording IDs and it'll bulk download them and upload each one to Panopto. I've dabbled in Python before but really got into it here. It's so much less verbose than other languages! I think I love it. github.com/SimonXIX/BulkExportBBCollaborateRecordings