All Projects → sina-rostami → Adobe-Connect-Meetings-Downloader

sina-rostami / Adobe-Connect-Meetings-Downloader

Licence: other
This repository helps you download adobe connect meetings' contents on your system and see them as you wish (for exmaple in 2x speed).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Adobe-Connect-Meetings-Downloader

Meetingbar
Your next meeting always before your eyes in the macOS menu bar
Stars: ✭ 2,621 (+4845.28%)
Mutual labels:  meetings
Managers Playbook
📖 Heuristics for effective management
Stars: ✭ 4,504 (+8398.11%)
Mutual labels:  meetings
ecclesiacrm
A CRM Software for church management.
Stars: ✭ 15 (-71.7%)
Mutual labels:  meetings
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+39.62%)
Mutual labels:  meetings
webcam-glass
Cross-platform tool for making video tutorials and video conferencing, blending the webcam over the screen.
Stars: ✭ 16 (-69.81%)
Mutual labels:  meetings
12-step-meeting-list
WordPress plugin for managing a list of meetings
Stars: ✭ 38 (-28.3%)
Mutual labels:  meetings
slack-sup
Slack bot that generates fresh triads of team members to meet every week in an informal standup, or S'Up.
Stars: ✭ 18 (-66.04%)
Mutual labels:  meetings

Adobe-Connect-Based-Meetings-Downloader
دانلودر جلسات ادوبی کانکت
آموزش فارسی

requirements

it's enough to just you've installed python and pip on your device.

then to install requierments for the first time run the command below in your terminal in the repository directory:

pip install -r requirements.txt

Usage

  • simply run GUI.py file for the Graphical User Interface (for export-only mode, you should first follow cli instructions):
python GUI.py

or to use Command Line Interface (CLI) follow these steps :

  • to use full-featured mode:
    • open info.txt file,
    • replace username and password with your username and password,
    • paste links you want to download in place of urls
    • run your university module.

    KNTU

    python kntu_vc_dl.py
    

  • and if your institute isn't supported yet, you can use export-only mode by following these steps:
    • open your recorded class in browser.
    • it's link must be something like this :
      my-uni.com/ABCDEFGHIJK/...*
    • change it to this format:
      my-uni.com/ABCDEFGHIJK/output/temp.zip?download=zip
    • paste generated link in the same tab and press enter.
    • a file named temp.zip starts downloading.
    • create a directory named temp in repository and move all your zip files in it.
    • now run this command:
      python export_only.py

Example

After editing the info.txt file, it should be like this:


9123456
mypassword
https://vc.kntu.ac.ir/mod/adobeconnect/joinrecording.php?id=1111&recording=2222&groupid=0&sesskey=aaaaaaa
https://vc.kntu.ac.ir/mod/adobeconnect/joinrecording.php?id=2222&recording=3333&groupid=0&sesskey=bbbbbbb

Supported Univesities

  • Khaje Nasir Toosi University Of Technology
  • University Of Tehran
  • Isfahan University Of Technology
  • Imam Khomeini International University
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].