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

tiehm/iloveradio-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published