IMPORTANT: For educational purposes only.
Program to bot the voting from ILoveRadio.
To run the Bot add a proxies.txt
in the root directory and paste your proxies in there. Each proxy on a new line.
Install all packages and compile the files.
npm i
tsc
To start the Bot up run
node dist/index [songID] [vote]
vote
is either minus, for downvote, or plus for an upvote
songID
is the unique ID for the song you try to bot, you can find this by Inspect Element looking for the data-id
attribute
MIT