This pipe simply takes a userID and outputs a truncated rss feed. This is for use in my other goodreads pipes.Requires a parameter, user_id, which is the user id you see when you view your bookshelves. It's a numeric value.It can take an optional argument of "length", which defaults…
Takes a user id for goodreads, outputs an RSS feed of books that have been added to the 'read' shelf in the format "I have finished reading [book] by [author]".
Takes a user id for goodreads, outputs an RSS feed of books that have been added to the 'currently-reading' shelf in the format "I am currently reading [book] by [author]".The name of the 'currently-reading' shelf can be overridden using the…
This filter allows you to filter out entries from a javalobby feed that have fewer than a specified number of reads. By default, the number is 0, allowing the full feed through. However, you can set that number to a threshold you like so that only somewhat popular items make it through.It also…
The default RSS feeds for reddit leave a bit to be desired.This filter allows you to filter out entries from a reddit feed that have fewer than a specified number of comments. By default, the number is 0, allowing the full feed through. However, you can set that number to a threshold you like so…