Skip to content

NanoCord/SpaceRequest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Feature

  • Request Song
  • Lightweight
  • Easy to use!

📎 Requirements

📚 Installation

git clone https://github.com/Adivise/SpaceRequest
cd SpaceRequest
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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%