esp-discord-examples
esp-discord-examples copied to clipboard
ESP32 Discord Bot :robot: examples (ESP-IDF)
:robot: esp-discord-examples
This repository represent examples of using esp-discord component for making Discord Bot on the ESP32 device.
To get examples, just clone this repository with next command:
git clone --recursive https://github.com/abobija/esp-discord-examples
Tu update, run:
git pull --recurse-submodules
How to build
Every example has README.md
file. Open that file and read building instructions for that particular example.
Esp-Discord demo video
Development update
git pull && git submodule foreach --recursive 'folder=$(basename "$PWD"); if [ "$folder" = "esp-discord" ]; then git pull origin main; fi'
Author
GitHub: abobija
Homepage: abobija.com
License
MIT