Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 914 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 914 Bytes

webex-batch-download

Batch download Cisco Webex sessions. Developed for ISU ELO use. Tested on Linux and Mac.

Setup

  • 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.

Notes

  • Hard-coded 500 download limit per Webex user at the moment...

License

  • GPLv3 (see license.txt)