A simple API for spoofing last.fm scrobbles of your currently playing song
Dependencies: git, nodejs, pnpm/npm
$ git clone https://github.com/scaratech/lastfm-bot
$ cd lastfm-bot
$ pnpm i
$ pnpm buildSee: .env.example
You can put anything in any of the fields just make sure:
- For "Callback URL" put:
http://localhost:3000/callback - (I don't know if this is required) Put
http://localhost:3000for the "Application homepage"
$ pnpm start
# Visit: http://localhost:3000/auth in your browser
# After you've been authenticated, visit `http://localhost:3000/spoof/start` to start spoofing scrobbles
# Due to API rate-limiting, you can only scrobble 5 times a second, with a limit of 2800 scrobbles a day
# To stop, visit `http://localhost:3000/spoof/stop`