feed-to-sqlite:将RSS或ATOM feed保存到SQLITE数据库

时间:2021-02-28 04:21:26
【文件属性】:
文件名称:feed-to-sqlite:将RSS或ATOM feed保存到SQLITE数据库
文件大小:107KB
文件格式:ZIP
更新时间:2021-02-28 04:21:26
rss sqlite-database atom-feed Python 提要sqlite 下载RSS或Atom提要,并将其保存到SQLite数据库。 这意味着可以与数据一起很好地工作。 安装 pip install feed-to-sqlite CLI用法 让我们获取的ATOM提要,将它们保存在各自的表格中。 feed-to-sqlite feeds.db http://chrisamico.newsblur.com/social/rss/35501/chrisamico https://www.instapaper.com/starred/rss/13475/qUh7yaOUGOSQeANThMyxXdYnho 这将使用一个称为feeds.dbSQLite数据库,并在必要时创建它。 默认情况下,每个提要都有自己的表,该表根据提要标题的简化版本进行命名。 要将多个供稿中的所有项目加载到一个公用(或预先存在的)表中,请传递--table参数: feed
【文件预览】:
feed-to-sqlite-master
----.gitignore(1KB)
----feed_to_sqlite()
--------ingest.py(3KB)
--------cli.py(504B)
--------__init__.py(32B)
----README.md(2KB)
----.github()
--------workflows()
----tests()
--------newsblur.xml(297KB)
--------instapaper.xml(6KB)
--------test_ingest_feed.py(1KB)
----LICENSE.md(1KB)
----setup.py(1KB)
----.travis.yml(139B)

网友评论