An open API service indexing awesome lists of open source software.

https://github.com/pbui/lobsters-bisque

Generates RSS feed for Lobste.rs that filters by score and provides comments as link.
https://github.com/pbui/lobsters-bisque

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# lobsters-bisque

Simple script to generate a RSS feed for [Lobsters](https://lobste.rs) that
does the following:

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

Inspired by [Hacker News RSS](https://edavis.github.io/hnrss/).

# 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
```