HN user

DanEEStar

15 karma
Posts0
Comments2
View on HN
No posts found.

Pocketcasts has an API with a history endpoint, which I scrape regularly: https://api.pocketcasts.com/user/history

With the help of the web-player and the developer console I could copy the necessary auth-headers.

I built a little deno project recently which scrapes my Spotify and PocketCasts history regularly and stores the history to a Supabase PostgreSQL database.

So I have access to my own listening history: https://github.com/DanEEStar/listening-history-deno