2024-12-31 02:34:02 +05:00
|
|
|
# Sparkle
|
2025-01-20 15:01:44 +05:00
|
|
|
Library for creating Discord bots.
|
|
|
|
## How to Build
|
|
|
|
### Required Libraries
|
|
|
|
- `curl`
|
|
|
|
- `ixwebsocket`
|
2025-01-30 23:05:59 +05:00
|
|
|
- `nlohmann-json`
|
|
|
|
- `cxxopts`
|
2025-01-20 15:01:44 +05:00
|
|
|
### Build Instructions
|
2025-01-06 22:00:02 +05:00
|
|
|
```sh
|
2025-01-25 13:43:44 +05:00
|
|
|
git clone http://applejack.ygg/fluttershy/sparkle.git && cd sparkle
|
2025-01-25 13:08:18 +05:00
|
|
|
cmake -B build && cmake --build build -j$(nproc)
|
|
|
|
build/sparkle -t <BOT_TOKEN>
|
2024-12-31 02:34:02 +05:00
|
|
|
```
|
2025-01-20 15:01:44 +05:00
|
|
|
# ToDo
|
|
|
|
- [x] Websocket support
|
|
|
|
- [x] Selfbot support
|
|
|
|
- [x] Easy to use
|
|
|
|
- [ ] Optimised for high loads (not tested)
|
|
|
|
- [ ] Full api support
|
|
|
|
- [ ] Windows support
|
2025-01-20 16:22:58 +05:00
|
|
|
- [ ] Sharding
|
2025-01-27 22:05:20 +05:00
|
|
|
- [ ] Interactions
|
2025-02-10 15:29:15 +05:00
|
|
|
- [ ] Tests
|
|
|
|
#
|
2025-02-10 16:17:48 +05:00
|
|
|

|