Coder Social home page Coder Social logo

rss-filter's Introduction

RSS Filter

Marks-as-read Google Reader feed items that match a specified filter.

Installation

pip install git+git://github.com/U2Ft/RSS-filter.git

You'll need a Google OAuth client ID.

Usage

RSS Filter

Usage:
  RSS-filter
  RSS-filter -e | --edit
  RSS-filter -h | --help
  RSS-filter -l | --list

Options:
  -h --help    Show this message.
  -e --edit    Edit the filters with your default editor.
  -l --list    List feed titles.

Specify some filters, then run manually or write a cron job--something like

0 6,4 * * * RSS-filter > /dev/null

Run summaries are logged to a file in the config directory.

Filters

The filters file is JSON. Comments are allowed. The format is

{
    // Every feed
    "*": ["regex"],

    // Specific feeds
    "feed title": ["regex"]
}

where regex is a Python Regular Expression. Items in the named feed with titles that match the regex are marked as read.

Filters for the feed title * are applied to every feed.

Note the irregular behaviour of backslash-escapes--in practice, repeat them. E.g. to match a [ in the item title, the regex should be "\\[".

Watch out for HTML entities (e.g. &) in item and feed titles. If a regex that should be matching isn't, that's probably why.

rss-filter's People

Contributors

u2ft avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.