This uses our Apple connector to fetch data for our podcasts from the Apple
API. To add a new podcast, create a new workflow file in the .github/workflows
directory and set the required environment variables.
The connector is available on GitHub.
We provide a Docker image for the connector. You can use it to run the connector locally.
By default, the connector will fetch data from Spotify once a day. You can set your own schedule for executing the connector like so:
docker build -t openpodcast/apple-connector .
docker run --init -it --env-file .env -e 'CRON_SCHEDULE=00 10 * * *' openpodcast/apple-connector
Content type
Image
Digest
sha256:4572e693a…
Size
53.7 MB
Last updated
3 months ago
docker pull openpodcast/apple-connector:sha-8c64007