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.
cb7adad834
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>
Languages
C++
92.9%
CMake
7.1%