{"id":45444161,"url":"https://github.com/abobija/esp-discord","last_synced_at":"2026-02-22T03:52:29.581Z","repository":{"id":53316149,"uuid":"337387445","full_name":"abobija/esp-discord","owner":"abobija","description":"Library for hosting Discord Bots :robot: on the ESP32","archived":false,"fork":false,"pushed_at":"2026-02-14T10:45:11.000Z","size":531,"stargazers_count":63,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-14T19:27:56.556Z","etag":null,"topics":["api","bot","c","cpp","discord","esp-idf","esp-idf-component","esp32","gateway","http","iot","library","websocket"],"latest_commit_sha":null,"homepage":"https://components.espressif.com/components/abobija/esp-discord","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abobija.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"abobija"}},"created_at":"2021-02-09T11:48:35.000Z","updated_at":"2026-02-14T10:45:14.000Z","dependencies_parsed_at":"2024-10-27T08:37:31.641Z","dependency_job_id":null,"html_url":"https://github.com/abobija/esp-discord","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/abobija/esp-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abobija","download_url":"https://codeload.github.com/abobija/esp-discord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-discord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bot","c","cpp","discord","esp-idf","esp-idf-component","esp32","gateway","http","iot","library","websocket"],"created_at":"2026-02-22T03:52:29.133Z","updated_at":"2026-02-22T03:52:29.576Z","avatar_url":"https://github.com/abobija.png","language":"C","funding_links":["https://github.com/sponsors/abobija"],"categories":[],"sub_categories":[],"readme":"# esp-discord\n\n![CI](https://img.shields.io/github/actions/workflow/status/abobija/esp-discord/validate.yaml?branch=main\u0026style=for-the-badge\u0026logo=githubactions\u0026logoColor=white) [![Component Registry](https://img.shields.io/github/v/release/abobija/esp-discord?sort=date\u0026display_name=release\u0026style=for-the-badge\u0026logo=espressif\u0026logoColor=white\u0026label=Latest%20version)](https://components.espressif.com/components/abobija/esp-discord)\n\n```\n   __    ___  _ _                         \n /'__`\\/',__)( '_`\\                       \n(  ___/\\__, \\| (_) )                      \n`\\____)(____/| ,__/'                      \n     _       | |                        _ \n    ( ) _    (_)                       ( )\n   _| |(_)  ___    ___    _    _ __   _| |\n /'_` || |/',__) /'___) /'_`\\ ( '__)/'_` |\n( (_| || |\\__, \\( (___ ( (_) )| |  ( (_| |\n`\\__,_)(_)(____/`\\____)`\\___/'(_)  `\\__,_)\n\n```\n\n## Description\n\nLibrary (component) for making Discord Bots on the ESP32, packaged as [ESP-IDF](https://github.com/espressif/esp-idf) component.\n\n## Installation\n\nThis directory is an ESP-IDF component. Clone it (or add it as submodule) into `components` directory of the project, or add it as dependency:\n\n```bash\nidf.py add-dependency \"abobija/esp-discord\"\n```\n\n## Create project from example\n\n\u003e [!TIP]\n\u003e To find more interesting examples, go to [examples](examples) folder.\n\nTo run [`echo`](examples/echo) example, create it as follows:\n\n```bash\nidf.py create-project-from-example \"abobija/esp-discord:echo\"\n```\n\nFollow instructions from the project's README, then build and flash it as usual:\n\n```bash\ncd echo\nidf.py build flash monitor\n```\n\n### Demo video\n\n[![YouTube demo video](https://img.youtube.com/vi/p5qzRH2abvw/mqdefault.jpg)](https://www.youtube.com/watch?v=p5qzRH2abvw)\n\n## Examples\n\nMore examples of using [esp-discord](https://github.com/abobija/esp-discord) can be found in separated [esp-discord-examples](https://github.com/abobija/esp-discord-examples) repository.\n\n## Author\n\nGitHub: [abobija](https://github.com/abobija)\u003cbr\u003e\nHomepage: [abobija.com](https://abobija.com)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabobija%2Fesp-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabobija%2Fesp-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabobija%2Fesp-discord/lists"}