Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Office > News/Diary

    feedstail 0.2.1

    Download button

    No screenshots available
    Downloads: 138  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Romain Gauthier | More programs
    GPL v3 / FREE
    May 5th, 2011, 22:14 GMT
    ROOT / Office / News/Diary

     Read user reviews (0)  Refer to a friend  Subscribe

    feedstail description

    A tail-f-like utility for feeds

    feedstail is a tail-f-like utility for RSS/Atom feeds. It monitor a feed and emits new entries. Feedstail aim to be simple, hackable and compatible with rsstail its C brother.

    Get started

    Use pip to install feedstail the easy way:

    pip install feedstail

    Or retrieve the project with git and install it:

    git clone git://gitorious.org/feedstail/feedstail.git
    cd feedstail
    python setup.py install


    Then, launch feedstail with the identi.ca feeds to test it:

    feedstail -u http://identi.ca/api/statuses/public_timeline.atom

    Examples:

    By default, feedstail will checkout the feeds every 15 minutes. If you want to customize this interval you can use the i option. The following example will retrieve feeds every 5 seconds:

    feedstail -u http://identi.ca/api/statuses/public_timeline.atom -i 5

    The default output format may not be ok for you. You can specify your own format using the f option. The given fields must be an available property of the feed entries. The following example will output the published date, the title and the link:

    feedstail -u http://identi.ca/api/statuses/public_timeline.atom -f "{published}: {title} - {link}"

    This last example use the string formatting syntax appeared in the 2.6 version of Python. However, feedstail aim to be 2.5 compatible so you can use the old string formatting syntax:

    feedstail -u http://identi.ca/api/statuses/public_timeline.atom -f "%(published)s: %(title)s - %(link)s"

    Feedstail compares the id element to find new entries. You can choose another element of comparison with the k option. The following example says to feedstail to use the title to find new entries:

    feedstail -u http://identi.ca/api/statuses/public_timeline.atom -i 2 -k title

    As feedstail is built above feedparser, the available values of format fields and keys can be found in the documentation of the library.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    feeds tail | RSS tail | feeds | tail | RSS



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM