Skip to content

Commit

Permalink
fix typo of menu screen image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwj committed Nov 19, 2024
1 parent 70f3c7f commit f32cca9
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# NYC Crossword Puzzle

![Menu](https://raw.githubusercontent.com/andrwj/nyc-crossword-puzzle/refs/heads/main/demo.png)
![Menu](https://raw.githubusercontent.com/andrwj/nyc-crossword-puzzle/refs/heads/main/menu.png)
The goal is to download the NYC crossword puzzle as a PDF and have it automatically installed on your own e-Ink device. Currently, you can only download specific dates. Setting a time period and getting them all at once is a future update.

To download puzzles, you need to sign up for the service: https://www.nytimes.com/crosswords

I can't guarantee that it will work 100% on Linux and Windows environments. My development environment is macOS version 15.1.


## Usage
* First of all, Install the required packages.
* And Sign-in NYC service in your browser. Currently this script assumes you're using Chrome.
* And then select `Open Browser to Copy NYC Cookie value` from this script menu.
* When browser launchs, open Developer Tools
* type 'document.cookie' in your JavaScript console, do right-click on its value and select `Copy string contents` menu.
* Select `NYC Cookie value` from this script menu
* Ok, you can now download `Today's Puzzle`
* If you want to receive puzzles for a specific day, select `Set Tdoay` from this script menu.
* Downloading all puzzles in a given period is not yet implemented.





- First of all, Install the required packages.
- And Sign-in NYC service in your browser. Currently this script assumes you're using Chrome.
- And then select `Open Browser to Copy NYC Cookie value` from this script menu.
- When browser launchs, open Developer Tools
- type 'document.cookie' in your JavaScript console, do right-click on its value and select `Copy string contents` menu.
- Select `NYC Cookie value` from this script menu
- Ok, you can now download `Today's Puzzle`
- If you want to receive puzzles for a specific day, select `Set Tdoay` from this script menu.
- Downloading all puzzles in a given period is not yet implemented.

0 comments on commit f32cca9

Please sign in to comment.