OxxoCodes / Quizlet-dl

A Python script to download and export Quizlets in JSON format
GNU General Public License v3.0
18 stars 6 forks source link

Invalid Syntax #2

Open AlexMLindemann opened 3 years ago

AlexMLindemann commented 3 years ago

Tried running in a Juypter notebook, got a syntax error running "python quizlet-dl.py"

Not sure if the notebook is where I should be running the script from so I thought I'd ask that too.

OxxoCodes commented 3 years ago

I haven't tested this on a Jupyter notebook, so I'm unsure what the proper way to run this program would be - all testing I've done has been on my personal computer. Also keep in mind that you need to specify the quizlet being downloaded as well as the destination dir when calling quizlet-dl.

I re-cloned and tested it on my local machine with python quizlet-dl.py https://quizlet.com/RandomQuizletIFound C:/mydir and didn't experience the error you stated. Would you mind sending the full error message you received?

Thank you!