Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 469 Bytes

Read NYT Articles

Usage

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.

Current Limitations / Future Development

  • Currently doesn't include images or other article media
  • Includes some additional sidebar content

Enjoy 🤓