This is a simple Python project which builds RSS XML and JSON feeds for radio.rumble.nyc.
It uses the uv package manager.
-
install uv per the instructions
-
Setup the virtual environment
uv venv
- Install the dependencies
uv sync
- Create a
.env
file with the following S3 variables
AWS_ENDPOINT_URL=https://[endpoint]
AWS_ACCESS_KEY_ID=[key id]
AWS_SECRET_ACCESS_KEY=[secret key]
- run the builder
uv run --env-file .env python feedbuilder.py