Show HN: Spotify Auto Skipper – automatically skips songs you've heard recently
github.comI built a small Windows app that automatically skips songs you’ve recently listened to on Spotify, using your Last.fm scrobbles as memory.
It runs quietly in the system tray and checks your current Spotify track every few minutes. If the song was played within the last n days (default 60), it sends a “skip” command via Spotify API.
It’s open-source (MIT licensed) and configurable through a simple config.ini file. You can adjust how many days back to check, how often it polls, and set your Spotify and Last.fm API keys.
Repo: https://github.com/Vatroslav/spotify-auto-skipper
Would love feedback — especially from anyone who uses Spotify and Last.fm heavily or wants to automate their listening habits.