DEV Community

Shinto C V
Shinto C V

Posted on

My first side project! Feeder!

Checkout Feeder.

The name is a play on words feed and reader. Or may be it helps you to feed on knowledge.

It's a teeny tiny RSS feed reader. It can accept a single url of an rss feed or a file containing multiple feeds.

You can use it to read dev.to feed like this:

python reader.py --url https://dev.to/feed/ --read

If you pass in --read flag it launches each article of the feeds one by one on the browser after asking for your permission. Without the flag it just prints out title, description and the link to the article one by one on the terminal.

I hope to add more features in the coming days, stay tuned! Cheers!

Top comments (0)