You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

spotify-podcast-rss

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-podcast-rss

RSS for Spotify podcasts

0.3.3
pipPyPI
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts