Introducing rsslagg: A Command-Line RSS Aggregator

↩︎ Mustafa Ozturk

2024 Dec 30

About a month ago, I completed a project course on boot.dev 1, where I built a blog aggregator as part of the curriculum. During the course, I came up with an idea for a simpler tool that could help me keep track of the blogs I read.

What I wanted was a way to follow my favorite blogs’ RSS feeds and see the latest posts, all from the command line.

Today, I’ve released v1.0.0 of my command-line tool: rsslagg.

How it Works

Once installed and configured, you can check for the latest posts by simply typing:

rsslagg

Which will print a list of the most recent posts:

- 2024-12-14 | Boot.dev Blog | Functions in Python:
        https://blog.boot.dev/tutorials/python/functions/

- 2024-12-23 | Boot.dev Blog | Loops in Python:
        https://blog.boot.dev/tutorials/python/loops/

- 2024-12-25 | Boot.dev Blog | Lists in Python:
        https://blog.boot.dev/tutorials/python/lists/

Checkout the README.md for Installation & Configuration instructions.

Plans for v2.0.0


  1. This is a referral link. If you reach the rank of ‘Pupil’, We’ll both earn a ‘Mythic Chest’. You can learn more about how it works in How the Boot.dev Game Works.↩︎