1
0
forked from rcxpony/sparkle

structure update

This commit is contained in:
fluttershy 2025-01-20 16:11:58 +05:00
parent fd16e499b3
commit f70201131c

@ -1,20 +1,28 @@
# Sparkle # Sparkle
Library for creating discord bots Library for creating Discord bots.
# ToDo
- [x] Websocket support ## How to Build
- [x] Minimal discord api support
- [x] Selfbot support ### Required Libraries
- [x] Easy to use - `curl`
- [ ] Support json extraction from server response - `ixwebsocket`
- [ ] Optimised for high loads
- [ ] Full api support ### Build Instructions
- [ ] Fixes for known bugs
- [ ] Windows support
- [ ] Sharding
# How to build
```sh ```sh
git clone http://applejack.ygg/fluttershy/sparkle.git git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build mkdir sparkle/build && cd sparkle/build
cmake .. && make -j$(nproc) cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN> ./sparkle -t <BOT_TOKEN>
``` ```
# ToDo
- [x] Websocket support
- [x] Minimal discord api support
- [x] Selfbot support
- [x] Easy to use
- [x] Support json extraction from server response
- [ ] Optimised for high loads (not tested)
- [ ] Full api support
- [ ] Fixes for known bugs
- [ ] Windows support
- [ ] Sharding
- [ ] Tests