Omnivore OPML Import is a simple script to import OPML files into Omnivore using their GraphQL API.
./import
directory with an .opml
or .xml
file extension.env
file (copy example from .env.sample
)docker build -t omnivore-opml-import .
docker run -it --rm omnivore-opml-import
.devcontainer
to develop locally in VSCode as this will install all required dependenciesnpm run import