Comment by sphars
1 year ago
While it is unmaintained now due to the API changes, Libreddit (reddit frontend) is still working for me. Granted, I self-host it, and I'm the only user so I never hit the rate limit, but no issues at all, save for some of the changes reddit has made (namely the new share links)
The repository says at the top in a HUGE FONT that "Libreddit is currently not operational" and the website just shows a oneliner saying Germans are not allowed to read that page. The issue tracker talks of forking and stuff. Doesn't feel too welcoming or functional.
But in actuality it works just fine? Is the message simply wrong when you plug in your own api key and stay in the free tier of reddit's API?
If they don't want you to use their API just respect their wishes and scrape Reddit. https://github.com/JosephLai241/URS it's the only moral thing we can do.
> Is the message simply wrong when you plug in your own api key and stay in the free tier of reddit's API?
Correct.
Also, I forked it with some OAuth spoofing and have been maintaining it there: https://github.com/redlib-org/redlib
I think that message was to let users know it's basically on it's last legs and could 100% stop at anytime. When the API changes started, most all of the instances ran into rate limits due to the number of requests. But it works just fine until that rate is hit.
Like I mentioned, I've been running my own private instance and I've never hit the rate limit so it's been working fine for me.
And I don't know about any API key. AFAIK, Libreddit uses the publicly available JSON, no need for a key (hence why it's read-only). Since it's still working for me, those JSON endpoints must still be available, just highly rate limited now
Oh, that's cool! Sounds like it should suffice for my usage also, which is extraordinarily light since they shut down reddit-is-fun. I've mostly replaced that with mastodon, not the same concept but serves a similar "let's scroll and see what's new" function.
After doing some analysis (a while ago) on reddit comment/submission rates before and after the boycott and new rate limits, it seems either only a tiny tiny fraction actually left reddit and/or reddit benefited from the negative publicity as much as or more than they lost. Since nothing has changed since then, I suppose there's no point in me staying off the platform anymore, especially if I'm not contributing with OC submissions or comments. Libreddit sounds like a good way to do that, thanks :)
> and the website just shows a oneliner saying Germans are not allowed to read that page.
Curious which website do you mean? The official instance is not online anymore. And I'm not aware of an official libreddit website.
One of the top search results was this page, <https://libreselfhosted.com/project/libreddit/>, which links to <https://libredd.it> as homepage. Domain sounds plausible so I just assumed that's the official one. The project github page has as "website" one of their tickets listed... can't say if that website field once contained something different
1 reply →
It's been forked by a maintainer as redlib: https://github.com/redlib-org/redlib
Thanks for posting, I'll check this out. I knew that maintainer was working on a fork, but I never saw it advertised.
Interesting, I thought they completely disabled the APIs