Initial commit
Alp Deniz Ogut authored
f0e1ba87

rss-importer

RSS News Feed Importer

Install

To install as a Python package, run:

pip install -e .

Run

Make sure you have a pod running. Then, you can run the plugin locally with the run_plugin CLI:

run_plugin --metadata "metadata.json"

Docker

docker build -t $package_name .

To run the plugin:

simulate_run_plugin_from_frontend --metadata "metadata.json"