-
Notifications
You must be signed in to change notification settings - Fork 0
Leolo is a RSS/Atom feed manager library.
License
rafa-munoz/Leolo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Introduction
============
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.
Dependencies
============
- Python 2.6
- SQLAlchemy
- pysqlite
- pyparsing
- FeedParser
Installation
============
Install dependencies
--------------------
There 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-sqlite
With easy_install
_________________
If you have root access, then you can do:
$ sudo easy_install feedparser pyparsing pysqlite SQLAlchemy
If 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 SQLAlchemy
Manual installation
___________________
Visit 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 installation
------------------
First, download the source code from the official page: http://github.com/Menda/Leolo
$ sudo python setup.py install
or
$ python setup.py install --home=$HOME
Uninstalling Leolo
------------------
Unfortunatelly, 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''.
Usage
=====
Take a look to the examples directory to have an idea of how to
use this library.
About
Leolo is a RSS/Atom feed manager library.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published