First, install the dependencies using poetry
.
poetry install
To read an article, run this script passing in the URL of the NYT article.
python main.py https://www.nytimes.com/<...>.html
The article will automatically render in your default browser.
- Currently doesn't include images or other article media
- Includes some additional sidebar content
Enjoy 🤓