A simple Electron-based osu! request bot for Twitch.tv and YouTube
- Node.JS
Will add soon..
- Clone this repository
git clone https://github.com/OctoDumb/osu-requestbot- Install dependencies
npm i- Create a
config.jsonfile and add this:
{
"twchannel":"octopussx",
"twtoken":"oauth:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"ytchannel":"UC9TyHiTiHHlsnG73ji13wdg",
"yttoken":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"prefix":"!r",
"osutoken":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"port":1337
}- twchannel — your Twitch channel name
- twtoken — Twitch IRC OAuth token (https://twitchapps.com/tmi) *
- ytchannel — your YouTube channel ID
- yttoken — YouTube Data API v3 token *
- prefix — request command
- osutoken — osu! API token (https://osu.ppy.sh/p/api)
- port — widget port
* To disable bot - set token value to null
- Run it!
npm start- Web-widget for streams
- There shall be more...
- Fix requests count on widget restart