https://github.com/realtimechris/discordcoreloader
A stress-tester for Discord bot libraries.
https://github.com/realtimechris/discordcoreloader
Last synced: 11 months ago
JSON representation
A stress-tester for Discord bot libraries.
- Host: GitHub
- URL: https://github.com/realtimechris/discordcoreloader
- Owner: RealTimeChris
- License: agpl-3.0
- Created: 2022-05-22T16:37:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:22:41.000Z (over 2 years ago)
- Last Synced: 2025-04-14T20:54:59.386Z (about 1 year ago)
- Language: C++
- Size: 1.38 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
# DiscordCoreLoader

### A stress-tester for Discord bot libraries.
# Quick Start
---
## Install the Dependencies, which are:
----
[Simdjson](https://github.com/simdjson/simdjson)
[OpenSSL](https://github.com/openssl/openssl)
[CMake](https://cmake.org/)
----
----
### 1. First things first - be sure to aim your library at the IP and port that is set in the Config.json file of this repo. For instance on my setup I chose the IP and port 192.168.0.28:443.
----
### 1. Navigate a console into the top-level folder of the repo.
----
### 2. Run the command `cmake -S . --preset=Windows_OR_Linux-Release_OR_Debug`.
----
### 3. Then, run `cmake --build --preset=Windows_OR_Linux-Release_OR_Debug`.
----
### 4. Now after setting the settings in the Config.json found in the top-level folder of the repo, run `cmake --install ./Build/Release_OR_Debug`.
----
### 5. Run the program! Found in `repo/Output Files/Release_OR_Debug`.
----