cesoun / tosu

Twitch to Osu!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOSU - Twitch To Osu!

A Mikuia Alternative

Requirements:

node.js - https://nodejs.org/en/download/

options.json template:
{
	"prefix": "https://osu.ppy.sh/",
	"username": "<twitch_username>",
	"token": "<twitch_oath>",
	"osu_api": "?k=<osu_api_key>&",
	"osu_uname": "<osu_username>",
	"osu_pwd": "<osu_irc_pwd>",
	"osu_recip": "<osu_recip>",
	"twitch_channels": ["#<twitch_channel>"]
}
Links:

tmi OAuth - https://twitchapps.com/tmi/

osu! api - https://osu.ppy.sh/p/api

osu! irc - https://osu.ppy.sh/p/irc

Video Guide:

run.bat - runs get_modules.bat and then starts the program. Use this if you don't want to type in any of the commands. ctrl+c can be used to terminate the execution.

TOSU Video Guide

Still Need Help?

cesoun#8549 on Discord. If I have the time I'll try and lend you a hand.

About

Twitch to Osu!

License:MIT License


Languages

Language:JavaScript 99.0%Language:Batchfile 1.0%