Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adivise/easyplay

easy to get nowplaying in osu! for twitch
https://github.com/adivise/easyplay

gosumemory osu osu-api osugame rhythm-game twitch-bot

Last synced: 30 days ago
JSON representation

easy to get nowplaying in osu! for twitch

Awesome Lists containing this project

README

        







## 📑 Feature
- [x] Get Nowplaying
- [x] Lightweight
- [x] Easy to use!

## 📎 Requirements

- [x] Node.js **[Download](https://nodejs.org/en/download/)**
- [x] TMI Oauth **[Click Here](https://twitchapps.com/tmi/)**

## 📚 Installation

```
git clone https://github.com/Adivise/EasyPlay
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!

```.json
{
"apiKey": "YOUR_API_KEY",
"twitch": {
"connection": {
"reconnect": true,
"secure": true
},
"identity": {
"username": "Nanotect_",
"password": "YOUR_TMI_OAUTH"
},
"channels": ["nanotect_"]
}
}
```

## ❣ Contributors