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.
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