I just started using rss for the communities I still want to know about.
You only need to add the reddit name of the community and .rss at the end in your reader.
For example https://www.reddit.com/r/technology/hot.rss
I know some people don't like these bots, but I'm keen on the cross posting. Bringing the idea to this platform and then people can discuss it. It's mostly the discussions that have the best value anyway 🦙
I think the idea of having crossposted content is ok since you can opt in or out of seeing it, just looked through the instance though and it seems like nobody is interacting with the content at all. For me, my favorite part of the posts on Reddit was reading through the conversations in the comments. Imo, if nobody is interacting with the content that is being crossposted we shouldn’t bother with continuing to copy it over
Just request the ones you want here and it will start syncing them. Make sure you subscribe after the communities are made (takes a few minutes) or the dev will disable the bot on those communities. The more people who subscribe, the more often it checks for updates.
https://lemmit.online/c/requests
There was the Pushshift project, which archived all of Reddit's posts and comments in text (JSON) form. You can download the data here: posts, comments.
If you're on Linux, once you have downloaded and extracted the respective file, you could run something like grep -m 1 '"id":"11eoagd"' RS_2023-03 | jq, where 11eoagd is the post ID. It's not pretty, but it works.
Talking to myself about niche topics like bourbon, civil engineering, my local city and state, and what not is boring. There just isn’t the user base here to have active discussions on such narrow topics.
The app is still using the dev API token, the dev didn't revoke the token and created a new one for the API changes.
If it's abandoned the app will continue to work.
Go to the settings, ping the instances, and add a handful with good ping.
I cycle through 3-4 instances using the keyboard shortcut (Ctrl + Alt + L is the default but you can change it via your brower's extension settings) and usually find one that's up and running.
See I thought that Beehaw.org was the Lemmy instance for news, as it's supposed to be a well moderated instance, am I incorrect in that assumption?
Also it would be nice if Beehaw's mods approved my account so that I could use that instance for those purposes. I've been trying to get an account created with them for almost a month now.
I'm like you OP, my main focus on Reddit was staying up-to-date on the most current events and technology/science based posts, the sort I generally used on Reddit was "Top this Hour" because that seemed to be the most reliable and up-to-date hourly news as the news rolled in.
Another thing that helped greatly was Reddit is Fun's content filtering capabilities. Because who tf wants to read some bullshit from Fox News or other severely corrupted and biased news sources? The third party app for Lemmy that let's me eliminate garbage sources from my feed is the one that wins me as a user, and I used RiF for as long as it's been around, so they would be winning a loyal user.
See I thought that Beehaw.org was the Lemmy instance for news, as it’s supposed to be a well moderated instance, am I incorrect in that assumption?
I just started a US and World news community on my instance (had federation issues with Beehaw and a lot of stuff randomly didn't come through in either direction, especially comments/replies). I contributed to the moderation policies they use for their news sub, and the community I put together has even tougher standards than that.
If you're interested, here's a post I put together with the standards for posts and the moderation policies we use: https://dubvee.org/post/58845
I feel guilty plugging my own community, but if Beehaw isn't an option (they really are well modded), then I hope for this to be the next best thing. I've found the other existing news communities to be somewhat lacking in proper moderation and source vetting.
Im not sure I agree here, I host my own libreddit instance and I have no issues with rate limits. I would highly recommend going your own instance if you can
It’s probably an issue with the instances having too many users instead of libreddit being broken. It might be worth trying to find a smaller instance or trying to host your own. Hosting libreddit was my first step into hosting services using docker and it was surprisingly easy
A few I’ve found. But your subscriptions don’t carry between instances, and it’s hard try and cycle through them on mobile. And even then after a few minutes they start failing.
difficult till almost impossible. i recently started coding my own client for reddit (i wanted a way to still get nsfw content when thirdparty clients go dead), and reddit is fucking annoying as hell. everything you do.. they smash issues towards you. every time shitty 429 errors (rate limiting) even if you are logged in. just using a useragent of a normal browser gets you ratelimited. so spoofing a normal browser don't works. sending a bit too much requests (like the Stealth app who is basically a parser for reddits website) gets your device ip banned. if you then open reddit in browser, they smash a error in your face that basically says "fuck you, we think you are a bot. gtfo.".
bypassing this rate limiting is almost impossible even if you try to spoof a browser. i tried the last few days and just gave up because its too annoying and buggy. the whole system of reddit is so annoying as a developer to work with.
it annoyed me so much, that i now think about making the app not for reddit but for lemmy. because reddit sucks. hard. fuck them.
I was trying to be positive,but after reading their announcement on github not so much anymore.
Thank you for explaining in deep way is not possible to find a workaround.
There were some discussions among the teddit hosts about attempting to use scraping instead, but it's not easy and requires a lot of changes to the code. Not to mention it's going to quickly become a cat and mouse game if reddit makes changes to their site.
It's just not worth it at this point. Reddit doesn't want us.