this post was submitted on 20 Oct 2024
5 points (64.7% liked)

Cool GitHub Projects

1237 readers
1 users here now

Wormhole

[email protected]

Icon base by Caro Asercion under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Hello everyone! ๐ŸŽ‰

Iโ€™ve created an RSS Feed Bot that automates sharing news in Lemmy and Fediverse channels, helping to keep Fediverse users better informed. The bot is written in Python3 and can easily run via Docker Compose.

Hope you find it useful! ๐Ÿš€

#Lemmy #Fediverse #RSS #Python #Docker #Automation #OpenSource

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 1 week ago

If you're not already aware, there's a service at https://rss.ponder.cat that also does this. The post at https://lemmy.world/post/20508996 shows how you can use the bot to send articles from RSS feeds to a particular community.

I'm guessing that anybody using this tool would need to be careful with it, since a new post every time a feed updates could get spammy. A separate issue is that posts that are just links to external sites, with no summary, don't always engage people much (we're all reluctant to click, because of how broken the modern web is).

Sorry to be negative - it does look like a cool project.