Batch download Cisco Webex sessions. Developed for ISU ELO use. Tested on Linux and Mac.
- Install pip for Python.
sudo easy_install pip
- Install Python Selenium bindings (unofficial documentation).
sudo pip install -U selenium
- Edit the
settings.py
file and enter the appropriate information. - Open a terminal,
cd
(change directory) to the appropriate location, and start the download.python batch-download.py
- Don't close the Firefox windows that open!
- Navigate to the download folder. Your files are sorted based on the WebExID.
- Hard-coded 500 download limit per Webex user at the moment...
- GPLv3 (see
license.txt
)