Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 540 Bytes

NYTinator3000

A simple Python3 script that provides the answers for a range of New York Times games.

Currently supported:

  • Wordle
  • Connections
  • Strands
  • Mini Crossword

How does this script work?

It retrieves the .json file that stores today's solutions for the selected game from the NYT servers, parses it, and then prints out the relevant data.

Why did you make this?

This script isn't anything special, I just thought it would be a bit of fun :)
I also wanted to learn more about parsing .json files with Python.