Skip to main content

RSS for Spotify podcasts

Project description

spotify-podcast-rss

Produces a simple RSS feed for podcasts on Spotify. Unfortunately not with links to mp3 files or such, since Spotify doesn't provide those. But still.

Requirements

pip install feedgen python-dateutil spotipy

Configuration

First, make sure you have a Spotify app.

Then, make an INI file with these contents:

[spotify]
client_id = (your client ID)
client_secret = (your client secret)
market = (your two-letter country code)

Default filename is config.ini in current directory. For any other filename, point to it via environment variable SPR_CONFIG or use --config parameter (see below).

Usage

Command line

When installed via setup.py or PIP, the command spr will point to spr/cli.py. This takes a Spotify show ID as parameter and outputs RSS to stdout.

Command line syntax:

spr [-c/--config (path to config file)] SPOTIFY_SHOW_ID

WSGI

spr.wsgi contains a very simple WSGI application. Given a URL ending with a Spotify show ID, it outputs an RSS feed for that podcast, or a 404 response if the podcast was not found. Without show ID, it gives you a wonderfully primitive POST form, which accepts a show ID or a full Spotify show URL.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spotify-podcast-rss-0.3.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

spotify_podcast_rss-0.3.0-py3-none-any.whl (18.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page