This commit is contained in:
Cory Dransfeldt 2023-03-11 21:29:58 -08:00
parent f4fdb6d642
commit 331a0058d4
No known key found for this signature in database
24 changed files with 1 additions and 25 deletions

View file

@ -3,7 +3,6 @@ title: 'Automating RSS syndication and sharing with Next.js and GitHub'
date: 2023-02-23
draft: false
tags: ['nextjs', 'rss', 'automation', 'github']
summary: 'I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon.'
---
I wrote a basic syndication tool in Next.js to automate sharing items from configured RSS feeds to Mastodon. This tool works by leveraging a few basic configurations, the Mastodon API and a (reasonably) lightweight script that creates a JSON cache when initialized and posts new items on an hourly basis.<!-- excerpt -->