/hel

RSS/Atom feed reader

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

hel

This program gets basic information from RSS/Atom feed and converts it into JSON in chronological order. It can be used as a foundation for various interfaces.

installation

Clone this repository

git clone https://github.com/bankubanku/hel.git

Install dependencies

pip install -r requirements.txt

usage

Before running the script, you must first add URLs to chosen RSS or Atom feeds in ~/.hel/urls

Screenshot of added URLs in nano editor

To use the script, go to cloned repository and run a command below

python hel.py 

Now parsed posts' details are saved in a ~/.hel/posts.json file

Screenshot of json file full of parsed information