Skip to content

OxxoCodes/Quizlet-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quizlet-dl

Quizlet-dl is a command-line program designed to download and export Quizlets in JSON format.

This program currently supports URLs which point directly to a study set or to a user - folders, classes, and premium content are not currently supported.

Usage

python quizlet-dl.py [URL] [Save Directory]

Dependencies

  • Python 3.2+, which can be downloaded here. It's recommended to check "Add Python 3.x to PATH" during installation.
  • Selenium, which can be installed by running: pip install selenium
  • Firefox, which can be downloaded here.
  • Geckodriver, which is distributed with Quizlet-dl. In the case that an updated version is required, Geckodriver can be downloaded here. Please ensure geckodriver.exe is located in the same directory as quizlet-dl.py

About

A Python script to download and export Quizlets in JSON format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages