Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.02 KB

TLDR News Terminal

This is a simple terminal application that shows the latest tech news headlines from the TLDR Newsletter.

The application is written in Python, uses the BeautifulSoup library to parse the HTML content of the newsletter and uses Textual library to render the content in the terminal.

Preview App

Usage

pip install tldr_news

Installation

To install the application, simply run the following command after cloning the repository:

  1. Install dependencies
poetry install && poetry shell
  1. Run the application
poetry run tldr_news

DISCLAIMER

This is not an official TLDR Newsletter product, but a personal project coming from my love with this newsletter. I am not affiliated with TLDR Newsletter in any way.

All the newsletter content is owned by TLDR Newsletter and I am not responsible for any of the content.