initial rss
This commit is contained in:
parent
bf8ceea523
commit
35b6d6ff97
5 changed files with 109 additions and 0 deletions
12
my/rss.py
Normal file
12
my/rss.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue