Skip to content

Adivise/EasyPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Feature

  • Get Nowplaying
  • Lightweight
  • Easy to use!

📎 Requirements

📚 Installation

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

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

‼️ Must Read

Don't forget to run memory/https.exe to bot work

Q: What is https.exe file?

A: It just a same from official build, but i remove some useless code not use in my bot

If your scare of my exe file you can use from official build here: gosumemory dont forget to change ip + port and socket to matching same office build

Here is official ip:

"host": "127.0.0.1",
"port": "24050",
"socket": "json"

📄 Configuration

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

{
    "apiKey": "YOUR_API_KEY",
    "twitch": {
        "connection": {
            "reconnect": true,
            "secure": true
        },
        "identity": {
            "username": "Nanotect_",
            "password": "YOUR_TMI_OAUTH"  
        },
        "channels": ["nanotect_"]
    },
    "host": "127.0.0.1",
    "port": "24050",
    "socket": "playing"
}

❣ Contributors