Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bankubanku/hel
- Owner: bankubanku
- License: gpl-3.0
- Created: 2023-04-29T12:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T16:51:06.000Z (over 1 year ago)
- Last Synced: 2024-11-21T00:37:55.084Z (2 months ago)
- Topics: atom, atom-feed, feed-parser, feed-reader, linux, python, rss, rss-feed
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)