Skip to content

Instantly share code, notes, and snippets.

@mixographer
mixographer / get_nyt_xword.py
Created September 7, 2021 00:34 — forked from harryposner/get_nyt_xword.py
Scrape NYT crossword puzzles in AcrossLite format from xwordinfo.com
#!/usr/bin/env python3
"""Scrape NYT crossword puzzles in AcrossLite format from xwordinfo.com
Usage: ./get_nyt_xword.py [puzzle-iso-date] filename
"""
import re
import sys
import datetime