Skip to content
5 of 5 free left
Automated Wall Street Journal Crossword Puzzle Retrieval Recipe

Automated Wall Street Journal Crossword Puzzle Retrieval Recipe

From a YouTube video Watch the original

Ingredients

  • Windows 10 computer
  • Notepad
  • Task Scheduler
  • PowerShell script

Instructions

  1. Create a PowerShell script using Notepad with the following steps
  2. Get the current month, day, and year.
  3. Build a URL variable for the crossword puzzle PDF.
  4. Define the output location for saving the puzzle.
  5. Save the script with a recognizable name (e.g., get_crossword.ps1).
  6. Open Task Scheduler on your Windows computer
  7. Create a new task named "Get Daily Crossword Puzzle for Supernote."
  8. Set it to run daily at 5 am.
  9. Create a trigger to recur daily.
  10. Add an action using PowerShell.exe with the script's file location as the argument.
  11. Save the task and ensure it runs automatically every day at 5 am.
  12. The script will fetch the latest Wall Street Journal crossword puzzle PDF and save it to your designated location (e.g., Dropbox).
  13. Sync your Supernote in the morning to access the updated crossword puzzle effortlessly.

Converted from YouTube ·

Automated Wall Street Journal Crossword Puzzle Retrieval Recipe YouTube