- Request Song
- Lightweight
- Easy to use!
- Node.js Download
- TMI Oauth Click Here
- osu!Irc Get
- osu!ApiKey Guide
git clone https://github.com/Adivise/SpaceRequest
cd SpaceRequest
npm install
After installation finishes you can use node .
to start the bot.
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"
}
}