-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord RPC #292
Comments
Previously, my main excuse to not implement it was to avoid the use of the API, but since I saw Discord can actually handle some request via specific pages it might be possible to use that with my current WebSocket and future IPC socket implementation. I'll probably not work on it for now through, but I just wanted to share it might be possible to do this only by wrapping the Discord web pages (like in case of invite requests). |
You can try RPC with Webcord unofficially using arRPC with this guide (confirmed working for a few people) :) |
Is there a way to implement it without having to do things manually? |
@Alee14 Would require integration with Webcord which I can't really do myself. |
Maybe bump the milestone, since v4 is out @SpacingBat3 Additionally, arRPC integration seems to work nicely, maybe I could try implementing it myself? Not sure what changes WebCord will need to support it OOTB though. |
Is this feature planned or are there any news on its current status? |
Some work was done on it in Disconnection, and I've also implemented some way of process separation of IPC/WebSocket server implementation, giving some benefits like crashes or DoS of it not affecting the main app. As of Disconnection, I really need to test these changes and polish them for a proper error handling support that is compatible with what's Discord's doing… Please check/track Disconnection for more details and updates on this… |
This would be cool. I couldn't find an issue already tracking it.
The text was updated successfully, but these errors were encountered: