this post was submitted on 04 Feb 2024
211 points (100.0% liked)

Technology

37602 readers
522 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

RSS is still the best way to track the news on the web, and these RSS readers can keep you right up to date.

you are viewing a single comment's thread
view the rest of the comments
[–] mozz@mbin.grits.dev 3 points 7 months ago* (last edited 7 months ago) (1 children)

Which RSS bot do you use? I was going to make one for my RSS feeds, but if there already is one...

[–] originalucifer@moist.catsweat.com 4 points 7 months ago (2 children)

for lemmy, its pretty straight forward with this bot

https://github.com/programming-dot-dev/rss-bot

for the 'bins, there doesnt exist a direct-to-mbin bot yet (i've been workin on it.. i suck at logins), in the meantime youd use a lemmy instance as intermediary:

you setup a non-public, localized lemmy instance, have the bot configured for your needs to grab feeds into communities, then subscribe from your 'bin instance.

[–] kreynen@kbin.melroy.org 1 points 7 months ago (1 children)

@originalucifer@moist.catsweat.com is there an issue/branch/fork where bins support is happening? I'd like to help with that if I can.

@ginerel@kbin.social @mozz@mbin.grits.dev

[–] mozz@mbin.grits.dev 1 points 7 months ago

Yeah, I'd like to as well; I just messaged them asking about it.

[–] mozz@mbin.grits.dev 1 points 7 months ago (1 children)

Are you comfortable sending your work so far on the mbin bot? I did the same thing you did; I picked it up but then ran into the OAuth stuff and got confused. I actually have an RSS mbin bot that was going for a while that was based on just local database access, but working out the OAuth stuff seems like a better way and I'm happy to take another crack at it.

ha, i dont because were in the same place... was playing with awesomebot, but then started attempting to hack the pangora bot starting with the login first, but i got roadblocked at the login and havent really had time to sort it.