Pocket Casts
Intro
The Pocket Casts API is used to track your podcast listening history and track library.
Data points
The following data points are available for this integration:
Data point | Description |
---|---|
history | Listening history |
library | Podcast library |
.stethoscoperc.yml
integrations:
pocket-casts:
frequency: "daily"
history: true
library: true
If you want to enable all data points, you can simply use all
instead:
.stethoscoperc.yml
integrations:
pocket-casts:
frequency: "daily"
all: true
Authentication
warning
This service does not support API key or OAuth authentication and requires your password.
You need to provide your Pocket Casts email address and password to access your data. The npm package pocketcasts is used to fetch your library and listening history. The package, in turn, sends HTTP requests simulating a login to the web app and uses the generated token to access your data (see source).
Environment variables
Environment variable | Description |
---|---|
POCKET_CASTS_USERNAME | Username |
POCKET_CASTS_PASSWORD | Password |