Python 新闻聚合器 pyAggr3g470r 2.9 发布

admin 13年前
     pyAggr3g470r 是一个用 Python 开发的多线程新闻聚合器,提供一个web接口和基于 SQLite 数据库。    <strong>pyAggr3g470r 2.9 发布了,</strong>该版本包含一些小的改进,修复了 <code> 标签的问题,对 Pylint 进行了清理,另外该版本提供的测试数据库包含超过 22000篇文章,运行很好。    <br />    <h2 id="!features">特性</h2>    <ul>     <li>articles are stored in a SQLite database;</li>     <li>find an article with history;</li>     <li>e-mail notification;</li>     <li>export articles (HTML, EPUB, raw text and for <a href="/misc/goto?guid=4958187573348691271">DokuWiki</a>);</li>     <li>mark or unmark articles as favorites;</li>     <li>share articles with Diaspora, Google Buzz, delicious, Identi.ca, Digg, reddit, Scoopeo, Blogmarks and 推ter;</li>     <li>generation of QR codes with URLs of articles. So you can read an article later on your smartphone (or share with friends).</li>    </ul>    <h2 id="!installation">安装要求</h2>    <ul>     <li><a href="/misc/goto?guid=4958187574087660729">Python</a> 2.7.*;</li>     <li><a href="/misc/goto?guid=4958187574831218913">SQLite</a>;</li>     <li><a href="/misc/goto?guid=4958187575571767029">feedparser</a> for <strong>feedgetter.py</strong> (the RSS feed parser);</li>     <li><a href="/misc/goto?guid=4958187576312412773">CherryPy</a> for <strong>pyAggr3g470r.py</strong> (the Web interface);</li>     <li><a href="/misc/goto?guid=4958187577038044362">Beautiful Soup</a> (automatically find a feed in a HTML page)</li>    </ul>    <br />    <span style="font-weight:bold;">项目地址:</span>    <a style="font-weight:bold;" href="/misc/goto?guid=4958187577779972486" target="_blank">https://bitbucket.org/cedricbonhomme/pyaggr3g470r/wiki/Home</a>