Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurtrimu/discord-webhook-no-limit
Send webhook messages without 2000 character limit
https://github.com/yurtrimu/discord-webhook-no-limit
discord discord-account discord-api discord-bot discord-token discord-tool discord-webhook discord-webhook-limit discord-webhook-message discord-webhook-send discord-webhook-sender discord-webhook-spammer webhook
Last synced: about 2 months ago
JSON representation
Send webhook messages without 2000 character limit
- Host: GitHub
- URL: https://github.com/yurtrimu/discord-webhook-no-limit
- Owner: yurtrimu
- Created: 2024-07-17T21:21:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T13:07:40.000Z (6 months ago)
- Last Synced: 2024-07-22T15:34:10.315Z (6 months ago)
- Topics: discord, discord-account, discord-api, discord-bot, discord-token, discord-tool, discord-webhook, discord-webhook-limit, discord-webhook-message, discord-webhook-send, discord-webhook-sender, discord-webhook-spammer, webhook
- Language: C++
- Homepage: https://discord.gg/QBhFd2aK4r
- Size: 671 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🟩 Discord Webhook No Limit 🟩
## **Discord Webhook No Limit is for sending webhook messages without the 2000 character limit.**
# Questions?
### - **I gladly answer your questions on the [discord server](https://discord.gg/QBhFd2aK4r).**## Usage
```c++
#include "webhook.hpp"int main()
{
curl_global_init(CURL_GLOBAL_ALL);struct discord_webhook webhook;
webhook.avatar = "AVATAR_URL";
webhook.name = "USERNAME";
webhook.url = "URL";
webhook.message = "MESSAGE";std::string response;
if (send_webhook(webhook, response)) {
printf("Webhook successfully sent %zu length of data.\n", webhook.message.length());
}curl_global_cleanup();
}
```## Example.png
![alt text](https://github.com/yurtrimu/discord-webhook-no-limit/blob/main/Example_.png?raw=true)## Operating System
- **Below Windows 7 - 🟦 Untested**
- **Windows 7 - 🟦 Untested**
- **Windows 10 - 🟩 Working**
- **Windows 11 - 🟦 Untested**
- **Mac OS - 🟦 Untested**
- **Linux - 🟦 Untested**## Requirements
**You need to have the OpenSSL library installed and linked to your compiler.**
- You could download the OpenSSL library from [OpenSSL website](https://www.openssl.org/source/).
**You need to have the CURL library installed and linked to your compiler ( _ STATIC _).**
- You could download the CURL library from [CURL website](https://curl.se/download.html).
## Linker
- **libcrypto.lib**
- **libssl.lib**
- **openssl.lib**
- **libcurl_a.lib**
- **crypt32.lib**
- **ws2_32.lib**
- **wldap32.lib**
- **normaliz.lib**## Compiling
- **Build - 🟦 Untested**
- **Release - 🟩 Working**
- **C++11 - 🟦 Untested**
- **C++14 - 🟩 Working**
- **C++17 - 🟩 Working**
- **C++20 - 🟩 Working**## Contributing
**Pull requests are welcome.**
## Legal Disclaimer
🟥 **The content provided is for educational and informational purposes only.** 🟥