Skip to content

Turn NY Times crosswords into Across Lite files

License

Notifications You must be signed in to change notification settings

jkboyce/nytxw_puz

 
 

Repository files navigation

NYT Crossword to Puz

Logo

A program for Windows and MacOS and power users on other platforms to convert NY Times crosswords from the web to Across Lite compatible files.

To run this, first download and decompress the latest version for Windows PCs, newer Apple Silicon Macs, or older Intel Macs. Then, run the executable, and answer the three questions:

 1) Chrome
 2) Chromium
 3) Firefox
 4) Microsoft Edge
 5) Opera
Please select a browser that's logged into NYTimes.com: 1
Enter the NY Times crossword URL: https://www.nytimes.com/crosswords/game/daily/1994/02/14
Enter the output filename: example.puz
Loading https://www.nytimes.com/crosswords/game/daily/1994/02/14...
Created example.puz

Note: Running this script requires you're logged into nytimes.com in your browser.

Alternatively, you can pass in the browser, URL, and filename from the command line.

To run the Python script directly on pretty much any platform that can run Python, clone this repo, then setup the venv to download packages:

python -m venv .venv
.venv\Scripts\activate.bat

And install the packages:

python -m pip install -r requirements.txt

Then, to use:

nyt.py Chrome https://www.nytimes.com/crosswords/game/daily/2021/08/03 2021-08-03.puz

Mini FAQ

  • What? Why?

The New York Times announced that on August 10th, 2021, they will no longer provide Across Lite .puz files for download. This tool was made in response to that decision, allowing users of that tool to continue to solve crossword puzzles in their favorite program.

  • Why not just use the NY Times app?

For me personally, I want something that works completely offline, and doesn't require I stare at my phone even more. I'm sure other people have other reasons, so I decided to put my little tool online for others to use.

  • Help? How do I run this?

Try following these directions, or these directions for Mac users.

  • I downloaded this a while ago and it stopped working!

Please update to at least version 1.14. There was a change with how the puzzles are published that broke older versions of this program.

  • I get an error trying to load cookies from Chrome on Windows!

There has been a Chrome update that makes it difficult to load cookies. Until this underlying issue is fixed, you will need to log into NY Times on Firefox and use that browser for the session information.

  • I just want the .puz files!

You can download some puz files from this archive.

  • Anything else?

Feel free to contact me on reddit.

About

Turn NY Times crosswords into Across Lite files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Dockerfile 1.1%