What does HackerNews think of lobsters?

Computing-focused community centered around link aggregation and discussion

Language: Ruby

#2 in Rails
#5 in Ruby
There’s https://github.com/lobsters/lobsters, which can be forked into an r/$sub replacement.
You can self host a bb/forum software. If you want it to look like HN, Lobste.rs is open source and shouldn’t be too hard to self host, though I haven’t tried: https://github.com/lobsters/lobsters
I had a long requirements chat last night and did just that:

There are many self-hosted solutions that could potentially meet the requirements you have listed for your RSS aggregator and reader project. Here is a list of some popular options, ranked in order of their approximate percentage of compatibility with the features you have specified:

RSS Aggregator

| Percentage Score | URL |

| --- | --- |

| 90% | https://tt-rss.org/ |

| 85% | https://miniflux.app/ |

| 80% | https://newsboat.org/ |

| 75% | https://github.com/lobsters/lobsters |

| 70% | https://github.com/noahcoad/feeds |

| 65% | https://github.com/ssut/py-googlenews |

| 60% | https://git.gnome.org/browse/feedreader/ |

RSS Reader

| Percentage Score | URL |

| --- | --- |

| 90% | https://tt-rss.org/ |

| 85% | https://miniflux.app/ |

| 80% | https://newsboat.org/ |

| 75% | https://github.com/lobsters/lobsters |

| 70% | https://github.com/noahcoad/feeds |

| 65% | https://github.com/ssut/py-googlenews |

| 60% | https://git.gnome.org/browse/feedreader/ |

Please note that these percentages are approximate and are intended only as a rough guide. You may want to consider other factors such as the user interface, performance, security, and integration with other tools when choosing a solution for your project.

The Lobsters codebase is available, it's a straightforward Rails app with few dependencies: https://github.com/lobsters/lobsters
Just in case some people think that's not a joke, Lobsters is written with Ruby on Rails: https://github.com/lobsters/lobsters/
Written in Ruby though[0] and pretty badly at that (or so they claim themselves)

[0] https://github.com/lobsters/lobsters

That's pretty much https://reddit.com

You're also welcome to use the Lobsters code: https://github.com/lobsters/lobsters

Lobste.rs is an open-source HN clone: https://github.com/lobsters/lobsters

I would recommend using something more modern like Flarum though: https://flarum.org

You might want to take a look at this project as well: https://github.com/lobsters/lobsters

It's the software that runs https://lobste.rs/ - a smaller community, similar to HN.

I’m not sure exactly what you mean, but “News” is a HN-like open source web application: https://github.com/arclanguage/anarki/tree/master/apps/news

The Lobste.rs source is also open source: https://github.com/lobsters/lobsters