Cheat's last.fm scrobbles
-
Install node.js
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
-
Clone this git repository
git clone https://github.com/yura415/lastfm-booster
-
Get your app id and secret from last.fm at http://www.lastfm.ru/api/account/create
-
Create file config.json in lastfm-booster installation path
-
Run auth.js script and edit config.json
-
Run lastfm-booster
cd lastfm-booster node index.js --method METHOD [OPTIONS]
Run
node index.js --method auth
, it will start http server, that will listens on port 3000.
- scrobbleRandom
Scrobbles random strings
- addToLibrary
Find artists and add to library. Supported options is "user".
Scrobble random strings and disable logging
node index.js --method scrobbleRandom --nolog
Get users from user "TaggingMachine" and add it to your library. (TaggingMachine has 100k artists)
node index.js --method addToLibrary --user=TaggingMachine