initial rss

This commit is contained in:
Dima Gerasimov 2019-09-30 19:50:58 +01:00
parent bf8ceea523
commit 35b6d6ff97
5 changed files with 109 additions and 0 deletions

12
my/rss.py Normal file
View file

@ -0,0 +1,12 @@
from . import feedbin
from . import feedly
from ._rss import Subscription
# TODO google reader?
def get_history():
"""
It's useful to keep track of websites you unsubscribed from too,
so you don't try to subscribe again (or at least take into account why you unsubscribed before)
"""
pass