Run this script periodically to make RSS feeds available in your Diskuto feed.
- Install Deno.
deno install --allow-read --allow-net --deny-env jsr:@diskuto/rss-sync
-
Create an
rss-sync.tomlin your current directory, following the sample.You can use the
rss-sync genKeyscommand to generate new userIDs for each blog. (Each should use a separate key so that their sync state remains independent.) -
Make sure to follow those IDs from a user on your Diskuto server. This will grant them write access to that server.
-
Run
rss-sync updateProfilesonce, to create/update a Diskuto profile for each RSS feed. -
Periodically run
rss-sync syncto fetch new news.