thisisparker / xword-dl

⬛⬜⬛ Command line tool to scrape crosswords from online solvers and save them as .puz files ⬛⬜⬛
MIT License
145 stars 31 forks source link

NYT Unable to authenticate with NYT servers + Can't find xword-dl.yaml #99

Closed Ugleh closed 1 year ago

Ugleh commented 1 year ago

I get the above error when trying to log in, I try it use the token as advised but In Windows, I am in my site-packages folder C:\Python310\Lib\site-packages and in xword_dl I can't find any config folder or yaml file.

Ugleh commented 1 year ago

It was located in my user folder, which I guess is what is translated as ~ for linux.

thisisparker commented 1 year ago

I was just reading up on where Python expands ~ to for Windows. If that doesn't seem like a good place for it, let me know!