Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bankubanku/hel

RSS/Atom feed reader
https://github.com/bankubanku/hel

atom atom-feed feed-parser feed-reader linux python rss rss-feed

Last synced: about 9 hours ago
JSON representation

RSS/Atom feed reader

Awesome Lists containing this project

README

        

# 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
```shell
git clone https://github.com/bankubanku/hel.git
```

Install dependencies
```shell
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](screenshots/urls.png)

To use the script, go to cloned repository and run a command below
```shell
python hel.py
```

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

![Screenshot of json file full of parsed information](screenshots/posts.png)