2025-01-15 13:34:41 +05:00
2025-01-15 13:34:41 +05:00
2025-01-15 13:34:41 +05:00
2025-01-15 13:34:41 +05:00
2025-01-06 21:57:27 +05:00
2025-01-14 23:06:29 +05:00
2024-12-31 02:20:56 +05:00
2025-01-14 23:24:40 +05:00

Sparkle

Library for creating discord bots

ToDo

  • Websocket support
  • Minimal discord api support
  • Selfbot support
  • Easy to use
  • Support json extraction from server response
  • Optimised for high loads
  • Full api support
  • Fixes for known bugs
  • Windows support
  • Sharding

How to build

git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN>
Description
Library for creating Discord bots in C++
Readme GPL-3.0 440 KiB
Languages
C++ 99.8%
CMake 0.2%