sparkle/README.md
2025-02-10 16:17:48 +05:00

26 lines
549 B
Markdown

# Sparkle
Library for creating Discord bots.
## How to Build
### Required Libraries
- `curl`
- `ixwebsocket`
- `nlohmann-json`
- `cxxopts`
### Build Instructions
```sh
git clone http://applejack.ygg/fluttershy/sparkle.git && cd sparkle
cmake -B build && cmake --build build -j$(nproc)
build/sparkle -t <BOT_TOKEN>
```
# ToDo
- [x] Websocket support
- [x] Selfbot support
- [x] Easy to use
- [ ] Optimised for high loads (not tested)
- [ ] Full api support
- [ ] Windows support
- [ ] Sharding
- [ ] Interactions
- [ ] Tests
#
![](res/fluttershy.gif)