Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adivise/easyrequest

easy request osu!beatmap to stream for twitch
https://github.com/adivise/easyrequest

bancho osu osu-request twitter-bot

Last synced: about 2 months ago
JSON representation

easy request osu!beatmap to stream for twitch

Awesome Lists containing this project

README

        







## 📑 Feature
- [x] Request Song
- [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/)**
- [x] osu!Irc **[Get](https://osu.ppy.sh/p/irc)**
- [x] osu!ApiKey **[Guide](https://github.com/ppy/osu-api/wiki)**

## 📚 Installation

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

```.json
{
"bancho": {
"username": "YOUR_USERNAME",
"password": "YOUR_IRC_PASSWORD",
"apiKey": "YOUR_API_KEY"
},
"mode": 0, // 0 = Standard, 1 = Taiko, 2 = Catch, 3 = Mania
"username": "Nanotect_",
"password": "YOUR_TMI_OAUTH"
"channels": { // "TWITCHNAME": "IGN"
"nanotect_": "Suntury"
}
}
```

## ❣ Contributors