Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 808 Bytes

ILoveRadio-Bot · GitHub license

IMPORTANT: For educational purposes only.

Program to bot the voting from ILoveRadio.

Installing / Getting started

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]

Configuration

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

Licensing

MIT