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.toml
in your current directory, following the sample.You can use the
rss-sync genKeys
command 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 updateProfiles
once, to create/update a Diskuto profile for each RSS feed. -
Periodically run
rss-sync sync
to fetch new news.