You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calls Spotify web API with my auth refresh token periodically (running on AWS Lambda + S3 bucket for storage) to create and update a playlist of my top 15 most recently liked songs. Refreshed periodically.
For those curious I am running the script on Lambda Functions on AWS for automated triggering.
About
Calls Spotify web API with my auth refresh token periodically (running on AWS Lambda + S3 bucket for storage) to create and update a playlist of my top 15 most recently liked songs. Refreshed periodically.