Simple RSS reader/parser
Project description
simple_rss_reader
As an happy customer of Alfred 4 APP, i was in a need for simplest RSS parser. I decided to write the simplest one for my needs.
Then i said to myself, why not to make it open source as a package for anyone who need it. Although its 2022, and XML should be an no more then (not so great) history, i know that if i need it, i can only assume i am not the only one.
Feel free to use, fork, and learn (although it is as minimal and simple as possible)
INSTALL
run:
pip install yet-another-simple-rss-parser
Usage
from simple_rss_reader.reader import SimpleRssReader
r = SimpleRssReader(url) # url of source or xml string
# load as dict
v = r.to_dict()
# get as json
v = r.to_json()
# get list of items (without header)
v = r.get_tiems()
The package homepage in pypi: https://www.pypi.org/project/yet-another-simple-rss-parser/ Source code is hosted in github: https://github.com/barakbl/simple_rss_reader
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yet_another_simple_rss_parser-0.0.5.tar.gz.
File metadata
- Download URL: yet_another_simple_rss_parser-0.0.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3e77893aaaf19aa5d7f66f1f89e0d2e4f11e8d4e1cc8c483499b8f6edd173cd
|
|
| MD5 |
c585d891cabc679b76b4c72fb58e0fd7
|
|
| BLAKE2b-256 |
44a7abbc9ffec87467fc975725ccaebe8f67b7dc7eabccbe113d37d486acd95c
|
File details
Details for the file yet_another_simple_rss_parser-0.0.5-py3-none-any.whl.
File metadata
- Download URL: yet_another_simple_rss_parser-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9570630b8650da6c5269c6c8a1c13a2fec305f900f291432f9dbdb2db76c3d03
|
|
| MD5 |
f6e4553959fb412838fa6aebf326b56f
|
|
| BLAKE2b-256 |
7ba18763fbf18446ec9d6d321157f9a5c052f4968647a141a090f3e10b40a214
|