Skip to content

Automated NYT crossword to Dropbox downloader, built on AWS

Notifications You must be signed in to change notification settings

rymancl/nyt-crossword-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyt-crossword-dropbox

Automated NYT crossword to Dropbox downloader, built with AWS.

Requirements

Usage

  • Extract cookie from authenticated NYT session and pass cookie string into var.nyt_cookie
    • This string can be extracted using console.log(document.cookie) while in an authenticated session
    • Cookies that are required to authenticate are: nyt-a, NYT-S, nyt-auth-method, and nyt-m
  • Pass Dropbox API key into var.dropbox_token
  • Deploy via Terraform

Warnings

  • The Dropbox API token and NYT cookie are stored in plaintext in the Lambda environment variables. By default, they are encrypted at rest. It is advisable to also enable helpers for encryption in transit using a customer-managed KMS key.

About

Automated NYT crossword to Dropbox downloader, built on AWS

Resources

Stars

Watchers

Forks