https://github.com/xiffy/rsspy
:eight_pointed_black_star: RSS Feeds, maar dan helemaal anders
https://github.com/xiffy/rsspy
feed python rss rss-reader
Last synced: 5 months ago
JSON representation
:eight_pointed_black_star: RSS Feeds, maar dan helemaal anders
- Host: GitHub
- URL: https://github.com/xiffy/rsspy
- Owner: xiffy
- Created: 2018-03-03T11:17:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-06T20:33:26.000Z (12 months ago)
- Last Synced: 2025-10-13T12:44:36.373Z (9 months ago)
- Topics: feed, python, rss, rss-reader
- Language: Python
- Homepage:
- Size: 398 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsspy
It's a simple RSS-reader which caches subscribed feeds locally and renders the harvested entries of the feeds either as [a feed](https://rss.xiffy.nl/feed/20/xml) or as [a chronological stream of entries](https://rss.xiffy.nl/feed/20).
Logged in users (account creation is lacking) have extra options:
- create bokmarks,
- create groups or lists of related feeds which have their [own output](https://rss.xiffy.nl/group/3).
- have digested groups emailed to you
As the name implies it's written in python and uses flask, jinja, feedparser, sqlite
a running example can be found at: https://rss.xiffy.nl/recent and https://rss.xiffy.nl/feed/20
RSS Feeds, maar dan helemaal anders
stay tuned ...
(off course you don't)
i transfered the one thing people care about https://rss.xiffy.nl/foksuk.php it's python but cool uri's don't change.
creating a password for a user with a login
```python
from rsspy.model.user import User
password = User._hash_it_real_good('your-password')
print(password)
```