All Projects → NintenZone → Switchrpc

NintenZone / Switchrpc

Discord Rich Presence integration for Nintendo Switch.

Projects that are alternatives of or similar to Switchrpc

Discordipc
Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Stars: ✭ 66 (-43.1%)
Mutual labels:  rpc, discord
Discordrpcmaker
Cross-platform Discord Rich Presence Maker, WITH BUTTONS!
Stars: ✭ 165 (+42.24%)
Mutual labels:  rpc, discord
Multirpc
A Discord rich presence manager app with a cool GUI and support for custom status and multiple profiles
Stars: ✭ 94 (-18.97%)
Mutual labels:  rpc, discord
MyRPC
Distributed Discord RPC for @ everyone!
Stars: ✭ 14 (-87.93%)
Mutual labels:  rpc, electron-app
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-33.62%)
Mutual labels:  rpc, discord
Discord Rich Presence Tool
A C++/Qt program that lets you fill in your own custom Discord Rich Presence information for games and activities away from the PC.
Stars: ✭ 91 (-21.55%)
Mutual labels:  rpc, discord
Java Discord Rpc
Java bindings for https://github.com/discordapp/discord-rpc (using JNA)
Stars: ✭ 104 (-10.34%)
Mutual labels:  rpc, discord
Krpc
My RPC FrameWork(自己写的RPC框架)
Stars: ✭ 112 (-3.45%)
Mutual labels:  rpc
Jrpc
JSON-RPC implementation in C++17
Stars: ✭ 113 (-2.59%)
Mutual labels:  rpc
Rowboat
A Discord bot for managing large communities
Stars: ✭ 111 (-4.31%)
Mutual labels:  discord
Betterdiscordctl
A utility for managing BetterDiscord on Linux.
Stars: ✭ 111 (-4.31%)
Mutual labels:  discord
Nerys Product Monitor Lite
A universal product monitor. Capable of monitoring any site for products based on keywords. Optimized for Shopify. Sends alerts via Discord when new products are detected.
Stars: ✭ 111 (-4.31%)
Mutual labels:  discord
Rpc Framework Tutorials
Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.
Stars: ✭ 114 (-1.72%)
Mutual labels:  rpc
Discordpp
A Modularized C++ Library for the Discord API
Stars: ✭ 111 (-4.31%)
Mutual labels:  discord
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (+0%)
Mutual labels:  discord
Discljord
A Clojure wrapper library for the Discord API, with full API coverage (except voice, for now), and high scalability
Stars: ✭ 111 (-4.31%)
Mutual labels:  discord
Poi
Scalable KanColle browser and tool.
Stars: ✭ 1,537 (+1225%)
Mutual labels:  electron-app
Negative
An app for making visual comparisons
Stars: ✭ 115 (-0.86%)
Mutual labels:  electron-app
Invite Manager Bot
A discord bot that tracks invites and much more
Stars: ✭ 113 (-2.59%)
Mutual labels:  discord
Discord Selfbot
A javascript discord selfbot that is setup and ready to go in less than 5 min.
Stars: ✭ 113 (-2.59%)
Mutual labels:  discord

SwitchRPC

Discord Rich Presence integration for Nintendo Switch. SwitchRPC is a Rich Presence application for Discord that allows you to set your game, and some details about it. If you have any issues or find any bugs you can get assistance on the support server.

Installation

If you're on windows, head over to the releases tab and grab the latest release. (Open up "Assets" and download the SwitchRPC-Setup.exe file.)

Mac and Linux installers coming soon™.

Manual Installation (Useful for Mac and Linux Installs)

The dollar sign ($) denotes that you're using the command line/a terminal. Don't actually type it. To get to the terminal, open the "Terminal" app or similar (in the Applications/Utilities folder on macOS).

  1. Download and install node.js (either version should work fine)
  2. Clone this repository:
    $ git clone https://github.com/NintenZone/SwitchRPC.git or download and decompress the source code from the latest release
  3. CD into the directory you downloaded
    $ cd ~/Downloads/SwitchRPC for example
  4. Install dependencies
    $ npm install
  5. Install electron globally, if not already installed
    $ sudo npm install electron -g
    Note: This will prompt for a password. This is your computer login password, and it won't show up while you type. Type it in and press enter. This is necessary to install the "Electron" app that SwitchRPC runs on.
  6. Run the app!
    $ electron .

You may find it useful to create a script to run the app in the future. To do so, type the following in your terminal:

$ cat > run.sh
#!/bin/bash
electron "${0%/*}"

Press the key combo Control + D at this point, and your terminal should return to a normal prompt. Run this final command:
$ chmod +x run.sh

Then, if you're on macOS, right click on the new "run.sh" file created, choose "Get Info", and change "Opens With" to Terminal. (You will need to select Other, Terminal is in the Utilities folder, and change from Recommended Applications to All Applications at the bottom of the GUI shown.)

And you should now be able to open "run.sh" like a regular file to open the app. You can drag this script to the second half of your dock on macOS (and rename it to your liking).

Copyright 2018-2021 NintenZone Technologies. Nintendo Switch, and the Nintendo Switch logos are property of Nintendo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].