This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
2025-03-15 14:47:41 +05:00
2025-01-31 13:04:37 +05:00
2025-03-15 14:46:51 +05:00
2025-02-10 16:17:48 +05:00
2025-03-15 14:46:51 +05:00
2025-02-10 16:17:48 +05:00
2025-01-31 13:04:37 +05:00
2025-01-26 23:33:52 +05:00
2025-01-31 13:04:37 +05:00
2024-12-31 02:20:56 +05:00
2025-03-15 14:47:41 +05:00

[[deprecated]] Sparkle

Library for creating Discord bots.

How to Build

Required Libraries

  • curl
  • ixwebsocket
  • nlohmann-json
  • cxxopts

Build Instructions

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

ToDo

  • Websocket support
  • Selfbot support
  • Easy to use
  • Optimised for high loads (not tested)
  • Full api support
  • Windows support
  • Sharding
  • Interactions
  • Tests

Description
Library for creating Discord bots in C++
Readme GPL-3.0 747 KiB
Languages
C++ 92.9%
CMake 7.1%