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

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

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)
```