/ui_lms_toolbox

A toolbox for working with University of Isfahan Learning Managemet System.

Primary LanguageShell

UI LMS Toolbox

What is this?

A toolbox for working with University of Isfahan Learning Managemet System.

How it works?

Get recorded videos links

first clone repo and make get_links.sh executable:

chmod +x ./get_links.sh

then start it with this parameters:

./get_links.sh <username> <password> <group id> <destination file path>

group id is ID of class that can be seen in the link of class:

group id example

Get BBB links

after getting the videos links, you can use this command to extract their BBB links:

./get_classes_links.sh <videos links file path as source> <destination file path>

Current features

  • get recorded videos links of class
  • Currently it works just on UNIX systems.