https://github.com/nycalexander/discord-keepalive
Example application that maintains a persistent connection to the Discord Gateway.
https://github.com/nycalexander/discord-keepalive
api csharp discord gateway json payload socket web
Last synced: about 2 months ago
JSON representation
Example application that maintains a persistent connection to the Discord Gateway.
- Host: GitHub
- URL: https://github.com/nycalexander/discord-keepalive
- Owner: nycalexander
- License: mit
- Created: 2025-02-08T15:56:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:29:58.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:28:27.694Z (over 1 year ago)
- Topics: api, csharp, discord, gateway, json, payload, socket, web
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-keepalive

Example application built with .NET 6.0 that maintains a persistent connection to the Discord Gateway.
## Installation and Usage
- Download the artifact build or compile it yourself.
- Navigate to the project directory and launch the program. It will create a `token.txt` file upon the first run.
- Open `token.txt` and paste the token into the file, then save and close it.
## Compatibility
- **Operating System**: Windows 10, Windows 11
- **Framework**: .NET 6.0
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.
---
*Note: This application is an old example program, gateway structures and versions might change in the near future and break the functionality.*