Service that imports podcast feeds, applies filters to what episode to hide from it and then exposes a new rss feed with filtered items removed
- Install dev dependencies:
pip install -e .[dev]. - Download Playwright browsers once:
rfbrowser init. - Run the app in another terminal via
python run.py. - Execute the suite:
robot -d acceptance/results acceptance/suites.- Override the target with
BASE_URL=http://localhost:8000if your server runs on a custom address.
- Override the target with
- Pull requests to
mainautomatically run the acceptance suite via GitHub Actions; fix failing tests before merging.