Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adivise/easyrequest
- Owner: Adivise
- License: apache-2.0
- Created: 2022-12-05T11:47:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T08:32:33.000Z (about 1 year ago)
- Last Synced: 2024-05-21T02:07:15.505Z (8 months ago)
- Topics: bancho, osu, osu-request, twitter-bot
- Language: JavaScript
- Homepage: https://adivise.github.io/Stylish/
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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