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.
Clone this repository
git clone https://github.com/bankubanku/hel.git
Install dependencies
pip install -r requirements.txt
Before running the script, you must first add URLs to chosen RSS or Atom feeds in ~/.hel/urls
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