forked from rcxpony/sparkle
19 lines
461 B
Markdown
19 lines
461 B
Markdown
# 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
|
|
# How to build
|
|
```sh
|
|
git clone http://applejack.ygg/fluttershy/sparkle.git
|
|
mkdir sparkle/build && cd sparkle/build
|
|
cmake .. && make -j$(nproc)
|
|
./sparkle -t <BOT_TOKEN>
|
|
```
|