No description
Find a file
2020-10-25 17:07:50 +01:00
.idea DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
DiscordPlaySwitch DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
SysBot.NET@5ea3cb47cf DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
TwitchPlaySwitch DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
.gitignore DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
.gitmodules DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
DiscordPlaySwitch.sln DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
LICENSE Add 'LICENSE' 2020-10-25 17:07:50 +01:00
readme.md DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
SwitchPlaysLayout.png DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00
SwitchPlaysLayout.xcf DiscordPlaysSwitch & TwitchPlaysSwitch 2020-10-25 16:59:04 +01:00

DiscordPlaysSwitch/TwitchPlaysSwitch

My attempt at making TwitchPlays type of thing with homebrew on my nintendo switch.

I'm not responsible for any ban that may happen to your account or console!

NOTE: I learned C# as i was doing this, therefore the code might not be of high quality

Thing required

Don't forget to clone the submodule too!

DiscordPlaysSwitch

Currently DiscordPlaysSwitch also require SysDVR but it could be easily modified to use something else like a capture card.

This version might not be up-to-date compared to TwitchPlaysSwitch.

config.json example

{
  "token": "Discord bot token",
  "prefix": "Discord bot prefix ",
  "nSwitch": {
    "IP": "Nintendo switch IP",
    "sysbotPORT": "6000",
    "sysDVRPORT": "6666"
  }
} 

TwitchPlaysSwitch

The capture is obviously done via another software so no change needed whether you use a capture card or sys-DVR.

config.json example

{
  "username": "Twitch username",
  "OAuth": "Twitch OAuth token",
  "ClientID": "Twitch Client ID",
  "AccessToken": "Twitch Access Token",
  "DiscordWebhook": "Discord webhook to send messages to",
  "nSwitch": {
    "IP": "Nintendo Switch IP",
    "sysbotPORT": "6000"
  }
} 

Thanks to Jetbrains for providing their IDE free of charges!