Skip to content

therumbler/radio.rumble.nyc

Repository files navigation

Feed Builder

This is a simple Python project which builds RSS XML and JSON feeds for radio.rumble.nyc.

It uses the uv package manager.

How To

  1. install uv per the instructions

  2. Setup the virtual environment

uv venv
  1. Install the dependencies
uv sync
  1. 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]
  1. run the builder
uv run --env-file .env  python feedbuilder.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published