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-01-25 13:08:18 +05:00

575 B

Sparkle

Library for creating Discord bots.

How to Build

Required Libraries

  • curl
  • ixwebsocket

Build Instructions

git clone http://applejack.ygg/fluttershy/sparkle.git
cmake -B build && cmake --build build -j$(nproc)
build/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