Add /add page and cli.py for updating feeds
This commit is contained in:
parent
3f3ad42acd
commit
8cea0bd347
8 changed files with 130 additions and 57 deletions
5
app/testboi.py
Normal file
5
app/testboi.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from reader import Reader, make_reader
|
||||
|
||||
reader: Reader = make_reader(url="testboi.sqlite")
|
||||
reader.add_feed("http://485i.com/feed/")
|
||||
reader.update_feeds()
|
||||
Loading…
Add table
Add a link
Reference in a new issue