Skip to content

A simple Python3 script that provides the answers for a range of NYT games.

License

Notifications You must be signed in to change notification settings

ptblnk/nytinator3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages