abobija / esp-discord-examples

ESP32 Discord Bot :robot: examples (ESP-IDF)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 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

Discord Bots on the ESP32 ... (ESP-IDF library)

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

About

ESP32 Discord Bot :robot: examples (ESP-IDF)

License:MIT License


Languages

Language:C 87.5%Language:CMake 11.9%Language:Makefile 0.6%