# 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 ./sparkle -t -i ```