tornado-news

所属分类:后台框架
开发工具:Python
文件大小:15KB
下载次数:0
上传日期:2022-05-08 22:34:13
上 传 者sh-1993
说明:  使用Tornado的RSS Atom新闻订阅阅读器聚合器
(A RSS Atom newsfeed reader aggregator using Tornado)

文件列表:
COPYING (18011, 2022-05-09)
example (0, 2022-05-09)
example\config.yml (1630, 2022-05-09)
example\style.css (1264, 2022-05-09)
requirements.txt (40, 2022-05-09)
setup.py (667, 2022-05-09)
tornadonews (0, 2022-05-09)
tornadonews\__init__.py (22, 2022-05-09)
tornadonews\tornadonews.py (15977, 2022-05-09)

TornadoNews: a feed aggregator built on Tornado =============================================== TornadoNews is a small feed aggregator much like [Planet](http://www.planetplanet.org/) written to be small and simple. It uses the [Tornado](http://tornadoweb.org/) asynchronous framework to fetch RSS and ATOM feeds asynchronously and uses its templating engine to generate the final HTML output. Like Planet, it is intended to be run from a `cron` job, with the output served up by a conventional HTTP server (e.g. Apache, nginx, lighthttpd, OpenBSD httpd, Microsoft IIS, etc...). Feeds are parsed using the [feedparser](https://pypi.python.org/pypi/feedparser/) module, and a composite RSS feed is generated using [feedgenerator](https://pypi.python.org/pypi/feedgenerator). The code works on 3.4 and above. It has been exclusively developed and tested on Linux. It should work with anything that understands POSIX. Contributing ---------- Pull requests on GitHub are most welcome. Please always create them on a separate branch so that we can rebase the merge to `master`; this helps keep the commit history on the `master` branch clean and noise-free. Thanks in advance!

近期下载者

相关文件


收藏者