Import RSS feeds?

Post Reply
kr428
Sr. Bludit
Posts: 45
Joined: Thu Jan 05, 2023 9:07 pm
Has thanked: 14 times
Been thanked: 4 times

Folks;
talking RSS again: Is there a (good, preferred, recommended) way to import content from external sources (like another blog, a social network site, ...) using RSS? My general idea would be to create some sort of logic that fetches articles coming in example from my Mastodon or Friendica profile, throw them into a folder, category, ... and make them available permanently via Bludit. Wonder whether I need to craft something by hand here but maybe someone already solved a similar problem...?
Thanks and best regards,
Kristian
User avatar
multicolordev
Master Bludit
Posts: 141
Joined: Thu May 26, 2022 12:33 pm
Has thanked: 17 times
Been thanked: 98 times

I can do it:) i hope this or first days next week.
Image
kr428
Sr. Bludit
Posts: 45
Joined: Thu Jan 05, 2023 9:07 pm
Has thanked: 14 times
Been thanked: 4 times

multicolordev wrote: Tue Mar 14, 2023 12:22 pm I can do it:) i hope this or first days next week.
Oh. Sure, of course, that would be great. What would be your idea...?
User avatar
neogeo
Ssr. Bludit
Posts: 22
Joined: Tue Sep 29, 2015 7:06 pm
Has thanked: 8 times
Been thanked: 3 times

+1

a RSS-auto-import addon would be super cool!

SpegalDev wrote: Mon Jul 22, 2024 8:25 pm @mention
joho
Master Bludit
Posts: 63
Joined: Thu Jun 08, 2023 3:02 pm
Location: Sweden
Has thanked: 17 times
Been thanked: 19 times

kr428 wrote: Tue Mar 14, 2023 8:07 am Folks;
talking RSS again: Is there a (good, preferred, recommended) way to import content from external sources (like another blog, a social network site, ...) using RSS? My general idea would be to create some sort of logic that fetches articles coming in example from my Mastodon or Friendica profile, throw them into a folder, category, ... and make them available permanently via Bludit. Wonder whether I need to craft something by hand here but maybe someone already solved a similar problem...?
So ... how would this work, according to you?

You create an RSS feed to "subscribe" to. You assign it a category. And then the plugin fetches new items from the feed and creates posts with the date, title, and content of the RSS item, in the assigned category?
User avatar
neogeo
Ssr. Bludit
Posts: 22
Joined: Tue Sep 29, 2015 7:06 pm
Has thanked: 8 times
Been thanked: 3 times

joho wrote: Fri Oct 25, 2024 10:35 am
kr428 wrote: Tue Mar 14, 2023 8:07 am Folks;
talking RSS again: Is there a (good, preferred, recommended) way to import content from external sources (like another blog, a social network site, ...) using RSS? My general idea would be to create some sort of logic that fetches articles coming in example from my Mastodon or Friendica profile, throw them into a folder, category, ... and make them available permanently via Bludit. Wonder whether I need to craft something by hand here but maybe someone already solved a similar problem...?
So ... how would this work, according to you?

You create an RSS feed to "subscribe" to. You assign it a category. And then the plugin fetches new items from the feed and creates posts with the date, title, and content of the RSS item, in the assigned category?
I think you are right.

1. Insert the interested RSS-url to the admin-Plugin
2. The plugin fetch the feeds, and insert the content (title and content) automatically to a specific category every X hours
Qianca
Ssr. Bludit
Posts: 12
Joined: Thu Jan 16, 2025 11:08 am
Been thanked: 1 time

I’ve used a similar setup before and found that using tools like IFTTT or Zapier works pretty well for automatically importing content from external sources like Mastodon into a site. It saves a lot of time compared to manually coding it. If you're looking for something more customizable, you could always write a script that fetches the RSS feeds and integrates them into your Bludit site. Just double-check that the external sources you're pulling from have public RSS feeds available, especially with platforms like Mastodon or Friendica. It’s definitely doable with the right setup!
kr428
Sr. Bludit
Posts: 45
Joined: Thu Jan 05, 2023 9:07 pm
Has thanked: 14 times
Been thanked: 4 times

Qianca wrote: Tue Jan 21, 2025 9:29 pm I’ve used a similar setup before and found that using tools like IFTTT or Zapier works pretty well for automatically importing content from external sources like Mastodon into a site. It saves a lot of time compared to manually coding it. If you're looking for something more customizable, you could always write a script that fetches the RSS feeds and integrates them into your Bludit site. Just double-check that the external sources you're pulling from have public RSS feeds available, especially with platforms like Mastodon or Friendica. It’s definitely doable with the right setup!
I'm currently using Echofeed ( https://echofeed.app/ ) for the opposite direction to post Bludit content to Bluesky which works rather well. Using something like this to import Mastodon to Bludit would work for me as well, but I'm unsure how to handle Bludit for that. Which kind of API endpoint, integration, ... do you use to make IFTTT post to Bludit?

Thanks,
Kristian
Post Reply