项目作者: tiehm

项目描述 :
ILoveRadio Voting Bot
高级语言: TypeScript
项目地址: git://github.com/tiehm/iloveradio-bot.git
创建时间: 2018-05-28T19:59:33Z
项目社区:https://github.com/tiehm/iloveradio-bot

开源协议:

下载


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.

  1. npm i
  2. tsc

To start the Bot up run

  1. 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