Leolo

RSS/Atom feed manager library
Download

Leolo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Publisher Name:
  • Rafa Mu?oz Cárdenas
  • Publisher web site:
  • http://rmunoz.net

Leolo Tags


Leolo Description

RSS/Atom feed manager library Leolo is a RSS/Atom feed manager library. It allows you to: * Add/Edit a list of feeds. * Get any content from feeds:- Feed title.- Feed url.- Feed's last update.- Feed's new entries: + Entry title. + Entry link. + Entry content. + Entry enclosures. + Entry links (included in content). * Filter new entries.InstallationInstall dependenciesThere is more than one way to do this:In Debian/Ubuntu with root access sudo apt-get install python-sqlalchemy python-pyparsing python-feedparser python-sqliteWith easy_installIf you have root access, then you can do:sudo easy_install feedparser pyparsing pysqlite SQLAlchemyIf you haven't, make sure you set a valid --install-dir which is also in your PYTHONPATH:$ easy_install --install-dir=$HOME/lib/python feedparser pyparsing pysqlite SQLAlchemyManual installationVisit each website and follow their instructions to install the software: * http://www.sqlalchemy.org/ * http://code.google.com/p/pysqlite/ * http://pyparsing.wikispaces.com/ * http://www.feedparser.org/Leolo installationFirst, download the source code from the official page: http://github.com/Menda/Leolo sudo python setup.py installor python setup.py install --home=$HOMEIf installation was successful, configure the ''settings.py'' file.Uninstalling LeoloUnfortunatelly, there isn't a ''python setup.py uninstall'', you have to do it manually.Go to the place where you installed the application - e.g. $HOME/lib/python - and delete the .egg file(s) and the line which points at it in ''easy-install.pth''.UsageTake a look to the examples directory to have an idea of how to use this library. Requirements: · Python · SQLAlchemy · PySQLite · pyparsing · FeedParser


Leolo Related Software