本地RSS阅读器/查看器
项目描述
.. _l-README
README
======
.. only:: html
.. image:: https://travis-ci.org/sdpython/pyrsslocal.svg?branch=master
:target: https://travis-ci.org/sdpython/pyrsslocal
:alt: 构建状态
.. image:: https://ci.appveyor.com/api/projects/status/0cc1qtlccq8k7hdx?svg=true
:target: https://ci.appveyor.com/project/sdpython/pyrsslocal
:alt: Windows构建状态
.. image:: https://circleci.com/gh/sdpython/pyrsslocal/tree/master.svg?style=svg
:target: https://circleci.com/gh/sdpython/pyrsslocal/tree/master
.. image:: https://badge.fury.io/py/pyrsslocal.svg
:target: http://badge.fury.io/py/pyrsslocal
.. image:: http://img.shields.io/github/issues/sdpython/pyrsslocal.png
:alt: GitHub问题
:target: https://github.com/sdpython/pyrsslocal/issues
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: MIT许可
:target: https://open-source.org.cn/licenses/MIT
.. image:: https://requires.io/github/sdpython/pyrsslocal/requirements.svg?branch=master
:target: https://requires.io/github/sdpython/pyrsslocal/requirements/?branch=master
:alt: 要求状态
.. image:: https://codecov.io/github/sdpython/pyrsslocal/coverage.svg?branch=master
:target: https://codecov.io/github/sdpython/pyrsslocal?branch=master
**链接:**
* `GitHub/pyrsslocal <https://github.com/sdpython/pyrsslocal/>`_
* `文档 <http://www.xavierdupre.fr/app/pyrsslocal/helpsphinx/index.html>`_
* `博客 <http://www.xavierdupre.fr/app/pyrsslocal/helpsphinx/blog/main_0000.html#ap-main-0>`_
这是什么?
-----------
此扩展提供了一种从博客下载新帖子并使用几页HTML页面导航的方法
的方式
由本地Python服务器使用SQLite数据库管理
::
从pyrsslocal导入rss_update_run_server
fLOG (OutputPrint = True)
xml_blogs = "subscriptions.xml"
dbfile = "rss_posts.db3"
rss_update_run_server(dbfile, xml_blogs)
以下示例从以前的Google Reader获取博客URL的转储(见下文),
下载RSS流,将所有内容加载到数据库中(SQLite格式),
并打开本地Web应用程序以读取、标记或搜索其标题。
描述博客的XML文件如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<body>
<!--
<outline text=""
title=""
type="rss"
xmlUrl=""
htmlUrl=""/>
-->
<outline text="XD blog"
title="XD blog"
type="rss"
xmlUrl="http://www.xavierdupre.fr/blog/xdbrss.xml"
htmlUrl="http://www.xavierdupre.fr/blog/xd_blog.html" />
</body>
</opml>
.. only:: html
.. 图像:: https://github.com/sdpython/pyrsslocal/blob/master/_doc/sphinxdoc/source/page1.png
.. only:: latex
.. 图像:: page1.png
项目详情
下载文件
下载适合您平台的文件。如果您不确定选择哪个,请了解有关安装包的更多信息。
源分布
此版本没有可用的源分布文件。请参阅生成分发存档的教程。
构建分发
pyrsslocal-0.8.250-py3-none-any.whl (255.2 kB 查看哈希值)
关闭
pyrsslocal-0.8.250-py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | dd24c61427620681623b46bdd2d091ba52ec93b92be1de4f47c9331dc3946a95 |
|
MD5 | 752265f4f786e118239596633cc7402e |
|
BLAKE2b-256 | d26660ba1740fd586f306290b7e3c464f72c7e2ca4c7bc7f733cdc464f6465ac |