https://github.com/skyra-project/tiny-discord-ws
A tiny application to connect an app to a WebSocket, useful for refreshing an HTTP-only application's profile
https://github.com/skyra-project/tiny-discord-ws
Last synced: over 1 year ago
JSON representation
A tiny application to connect an app to a WebSocket, useful for refreshing an HTTP-only application's profile
- Host: GitHub
- URL: https://github.com/skyra-project/tiny-discord-ws
- Owner: skyra-project
- License: unlicense
- Created: 2024-08-14T08:42:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T06:16:56.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:36:47.808Z (over 1 year ago)
- Language: JavaScript
- Size: 4.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-discord-ws
A tiny WebSocket client for Discord's Gateway API, written in JavaScript. This is
used to temporarily connect an application to the Discord gateway, which will
trigger an update to the application's profile on all clients rather than staying
broken.
To start this client, you will need to copy `.env.example` to `.env` and fill in
the required field. Then run `yarn run start`.