2025-01-25 11:24:56 +05:00
2025-01-25 11:24:56 +05:00
2025-01-25 11:24:56 +05:00
2025-01-25 11:24:56 +05:00
2025-01-15 13:40:43 +05:00
2025-01-25 11:24:56 +05:00
2024-12-31 02:20:56 +05:00
2025-01-20 16:22:58 +05:00

Sparkle

Library for creating Discord bots.

How to Build

Required Libraries

  • curl
  • ixwebsocket

Build Instructions

git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build
cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN>

ToDo

  • Websocket support
  • Minimal discord api support
  • Selfbot support
  • Easy to use
  • Support json extraction from server response
  • Optimised for high loads (not tested)
  • Full api support
  • Fixes for known bugs
  • Windows support
  • Sharding
  • Tests
Description
Library for creating Discord bots in C++
Readme GPL-3.0 440 KiB
Languages
C++ 99.8%
CMake 0.2%