Skip to content

downloads clues and solutions for Guardian cryptic crosswords into a CSV file

License

Notifications You must be signed in to change notification settings

colinbarry/guardian-cryptic-crossword-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guardian-cryptic-crossword-scraper

Downloads clues and solutions for Guardian cryptic crosswords into a CSV file.

Productivity guru Max Deutsch outlines here his technique for quickly mastering crossword. By aggregating the data from thousands of New York Times crosswords as plain text, he quickly studied massive amounts of clues and solutions.

Presented here is a program that downloads crossword clues and solutions from The Guardian's web-hosted cryptic crosswords and writes them to a local .CSV file.

Installation

npm install

Usage

node index.js

Flags

--output the output CSV file.

--connections the number of concurrent downloads. 2 by default

--first the id of the first crossword to download

--last the id of the last crossword to download

The id seems to refer to days since their first published crossword. Gaps exist, ids without puzzles, on days where crosswords were not published.

About

downloads clues and solutions for Guardian cryptic crosswords into a CSV file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published