feed-to-sqlite icon indicating copy to clipboard operation
feed-to-sqlite copied to clipboard

Save an RSS or ATOM feed to a SQLite database

Results 6 feed-to-sqlite issues
Sort by recently updated
recently updated
newest added

http://opml.org/

Is there an easy way to do this within the standard library? Don't want to add a giant dependency if I can avoid it. Haven't done much with `asyncio`.

Realizing that #3 might be much easier if I could assume feeds items were in one table, and deal with the rarer cases where they're not.

Grabbing something @simonw said on Slack: > I like the idea of a feeds table - for a couple of reasons beyond just having something to foreign key against >...

I'm testing with my NewsBlur and Instapaper feeds. Those are weird. Let's get more weird (and less weird) examples.

Hi! I just installed feed-to-sqlite and started playing around with it. I have discovered that the description field from the RSS feed is not getting populated in the description field...