Code Monkey home page Code Monkey logo

panoptosync's Introduction

PanoptoSync

An automated way to download lecture videos from Panopto.

Usage

This has been designed to work with macOS LaunchAgents. All the configuration items have been abstracted out to environment variables (detailed below). After configuring it, stick the plist file into your ~/Library/LaunchAgents and load it.

You will also need to enable the Folder Watch extension within jDownloader. Configure it to the PANOPTOSYNC_CRAWLJOB_FOLDER you'll set below. It's best to enable Silent Mode in the global jDownloader settings.

Environment Variables

  • PANOPTOSYNC_SSO_URL

    • Your university's SSO login URL. Tested to work with Apereo CAS.
    • Example: https://sso.university.edu/cas/login?service=https%3A%2F%2Funiversity.instructure.com%2Flogin%2Fcas
  • PANOPTOSYNC_SSO_USERNAME

    • Your university username.
  • PANOPTOSYNC_SSO_PASSWORD

    • Your university password.
  • PANOPTOSYNC_PANOPTO_DOMAIN

    • Your university's Panopto instance domain.
    • Example: university.hosted.panopto.com
  • PANOPTOSYNC_DOWNLOAD_FOLDER

    • The parent folder that will contain your final videos, organized by class subfolders.
    • Example: /path/to/download/folder/
  • PANOPTOSYNC_CRAWLJOB_FOLDER

    • The folder you've configred your jDownloader Folder Watch extension to monitor.
    • Example: /path/to/jdownloader/monitored/folder/
  • PANOPTOSYNC_[CLASS]_FEED

    • The RSS feed for your class's videos. Check out the class specific Python files and sync.py for guidance on customizing this to your specific classes.
    • Example: university.hosted.panopto.com

LaunchAgent Config

  • StartInterval

    • The time to wait in seconds between script runs.
    • Example: 600 is 10 minutes.
  • StandardErrorPath

    • Where you want the error logs to go.
    • Example: /path/to/script/directory/error.log
  • StandardOutPath

    • Where you want the info logs to go.
    • Example: /path/to/script/directory/info.log

panoptosync's People

Contributors

nehalvpatel avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

brycey92

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.