Skip to content

Latest commit

Β 

History

History
59 lines (46 loc) Β· 1.65 KB

File metadata and controls

59 lines (46 loc) Β· 1.65 KB

πŸ“‘ Feature

  • Request Song
  • Lightweight
  • Easy to use!

πŸ“Ž Requirements

πŸ“š Installation

git clone https://github.com/Adivise/EasyRequest
cd EasyRequest
npm install

After installation finishes you can use node . to start the bot.

πŸ“„ Configuration

Copy or Rename config.json.example to config.json and fill out the values:

{
    "bancho": {
        "username": "YOUR_USERNAME",
        "password": "YOUR_IRC_PASSWORD",
        "apiKey": "YOUR_API_KEY"
    },
    "mode": 0, // 0 = Standard, 1 = Taiko, 2 = Catch, 3 = Mania
    "username": "Nanotect_",
    "password": "YOUR_TMI_OAUTH"  
    "channels": { // "TWITCHNAME": "IGN"
        "nanotect_": "Suntury"
    }
}

❣ Contributors