/lobsters-bisque

Generates RSS feed for Lobste.rs that filters by score and provides comments as link.

Primary LanguagePythonMIT LicenseMIT

lobsters-bisque

Simple script to generate a RSS feed for Lobsters that does the following:

  • Filter articles by a minimum score
  • Utilizes the comments link rather than original article link

Inspired by Hacker News RSS.

CRONTAB

Here is an example of how to use cron to execute the script every 10 minutes:

*/10 * * * *    /path/to/lobsters-bisque/lobsters-bisque.py > /path/to/lobsters-bisque.rss