OPML Generator has 2 ways to convert TOML to OPML.
-
Prepare your TOML file (Reference: feeds.toml)
-
Run this command
deno run -A jsr:@5ouma/opml-generator
-
Outputs are stored in the
outputs
directory separated bylists
-
Create two GitHub Gist:
- includes
feeds.toml
- for outputs
- includes
-
Prepare your repository to run
-
Add Actions secrets from
Settings > Secrets and variables | Actions
in the sidebar -
Add
gist-update.yml
to your repository's.github/workflows
directory.
π Automatically update every 0 a.m. UTC
Name | Description | GitHub Actions requires |
---|---|---|
TOML_GIST_ID |
Gist ID for feeds.toml |
yes |
OPML_GIST_ID |
Gist ID for outputs | yes |
TOKEN |
Personal Access Token | yes |
NITTER_DOMAIN |
Nitter RSS domain | no |
For Inoreader, please see the official blog,
OPML subscriptions.
For other RSS readers, please see each help page.
β οΈ Issues: Feature Requests or Bug Reports- π¬ Discussions: General Chats or Questions
- π‘οΈ Security Advisories: Security Issues that should not be public
I happily welcome your contributions! Before you contribute, I would recommend reading CONTRIBUTING.md for a better development experience.