From f70201131c1905d417a0e0f9ba3f5ea27c571645 Mon Sep 17 00:00:00 2001 From: fluttershy Date: Mon, 20 Jan 2025 16:11:58 +0500 Subject: [PATCH] structure update --- README.md | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c665cdf..a7582a1 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,28 @@ # Sparkle -Library for creating discord bots -# ToDo - - [x] Websocket support - - [x] Minimal discord api support - - [x] Selfbot support - - [x] 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 +Library for creating Discord bots. + +## How to Build + +### Required Libraries +- `curl` +- `ixwebsocket` + +### Build Instructions ```sh git clone http://applejack.ygg/fluttershy/sparkle.git mkdir sparkle/build && cd sparkle/build cmake .. && make -j$(nproc) ./sparkle -t ``` +# 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 \ No newline at end of file