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-27 22:05:20 +05:00

25 lines
496 B
Markdown

# Sparkle
Library for creating Discord bots.
## How to Build
### Required Libraries
- `curl`
- `ixwebsocket`
### 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