8000 GitHub - msitt/cqf-downloader: Downloads materials from CQF portal.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

msitt/cqf-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CQF Downloader

Downloads materials from the CQF portal.

Requirements

  • Python 3.6 or greater
  • requests
  • BeautifulSoup

Usage

Example usage:

with CqfDownloader() as cqf:
    cqf.login(username, password)
    cqf.download_study_materials(num_workers=8)

Alternatively, you can run CqfDownloader as a script. To do this, set the parameters in config.py and run

python CqfDownloader.py

About

Downloads materials from CQF portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0