Attributes
Includes Deno configuration
Repository
Current version released
6 months ago
Dependencies
rss-sync
Run this script periodically to make RSS feeds available in your Diskuto feed.
Installation
- Install Deno.
deno install --allow-read --allow-net --deny-env jsr:@diskuto/rss-sync
Setup & Use
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.