Skip to content

bankubanku/hel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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