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.
pip install tldr_news
To install the application, simply run the following command after cloning the repository:
- Install dependencies
poetry install && poetry shell
- Run the application
poetry run tldr_news
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.