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: 11 months ago
JSON representation
easy to get nowplaying in osu! for twitch
- Host: GitHub
- URL: https://github.com/adivise/easyplay
- Owner: Adivise
- License: apache-2.0
- Created: 2021-10-16T00:32:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:45:32.000Z (over 2 years ago)
- Last Synced: 2024-05-21T02:07:15.040Z (about 2 years ago)
- Topics: gosumemory, osu, osu-api, osugame, rhythm-game, twitch-bot
- Language: JavaScript
- Homepage: https://adivise.github.io/Stylish/
- Size: 5.11 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 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](https://github.com/l3lackShark/gosumemory/releases)**
**dont forget to change ip + port and socket to matching same office build**
Here is official ip:
```.json
"host": "127.0.0.1",
"port": "24050",
"socket": "json"
```
## 📄 Configuration
Copy or Rename `config.json.example` to `config.json` and fill out the values:
```.json
{
"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