A toolbox for working with University of Isfahan Learning Managemet System.
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:
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>
- get recorded videos links of class
- Currently it works just on UNIX systems.