Skip to content

NanoCord/SpacePlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Feature

  • Get Nowplaying
  • Lightweight
  • Easy to use!

📎 Requirements

📚 Installation

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

  • Don't forget to run injector/https.exe to bot work!
{
    "apiKey": "YOUR_API_KEY",
    "twitch": {
        "connection": {
            "reconnect": true,
            "secure": true
        },
        "identity": {
            "username": "Nanotect_",
            "password": "YOUR_TMI_OAUTH"  
        },
        "channels": ["nanotect_"]
    }
}

❣ Contributors

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%