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