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.
- Host: GitHub
- URL: https://github.com/pbui/lobsters-bisque
- Owner: pbui
- License: mit
- Created: 2019-10-02T21:10:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T15:47:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T08:33:34.654Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```