{"id":23389858,"url":"https://github.com/hafidhh/callmebot-esp32","last_synced_at":"2025-04-11T08:10:08.817Z","repository":{"id":63827471,"uuid":"571035202","full_name":"hafidhh/Callmebot-ESP32","owner":"hafidhh","description":"ESP32 WhatsApp message, Telegram call, Telegram message, Telegram group message, Facebook messages","archived":false,"fork":false,"pushed_at":"2023-06-21T08:57:54.000Z","size":28,"stargazers_count":18,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T05:41:32.372Z","etag":null,"topics":["arduino","arduino-libraries","arduino-library","callmebot","esp32","facebook-bot","telegram","telegram-bot","whatapp-bot"],"latest_commit_sha":null,"homepage":"","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/hafidhh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-26T23:55:21.000Z","updated_at":"2025-03-24T15:31:11.000Z","dependencies_parsed_at":"2023-01-29T21:46:37.472Z","dependency_job_id":null,"html_url":"https://github.com/hafidhh/Callmebot-ESP32","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafidhh%2FCallmebot-ESP32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafidhh%2FCallmebot-ESP32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafidhh%2FCallmebot-ESP32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hafidhh%2FCallmebot-ESP32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hafidhh","download_url":"https://codeload.github.com/hafidhh/Callmebot-ESP32/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360341,"owners_count":21090680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["arduino","arduino-libraries","arduino-library","callmebot","esp32","facebook-bot","telegram","telegram-bot","whatapp-bot"],"created_at":"2024-12-22T03:18:41.132Z","updated_at":"2025-04-11T08:10:08.787Z","avatar_url":"https://github.com/hafidhh.png","language":"C++","funding_links":["https://github.com/sponsors/hafidhh","https://www.buymeacoffee.com/hafidh"],"categories":[],"sub_categories":[],"readme":"# Callmebot ESP32 Library\n[![arduino-library-badge](https://www.ardu-badge.com/badge/Callmebot%20ESP32.svg?)](https://www.ardu-badge.com/Callmebot%20ESP32)\n[![PlatformIO Registry](https://badges.registry.platformio.org/packages/hafidh/library/Callmebot%20ESP32.svg)](https://registry.platformio.org/libraries/hafidh/Callmebot%20ESP32)\n[![GitHub release](https://img.shields.io/github/release/hafidhh/Callmebot-ESP32.svg)](https://github.com/hafidhh/Callmebot-ESP32/releases)\n[![License](https://img.shields.io/github/license/hafidhh/Callmebot-ESP32.svg?)](https://github.com/hafidhh/Callmebot-ESP32/blob/master/LICENSE.md)\n   \n## 🚀 Description\nCallMeBot Library for ESP32   \n\n## 🔥 Features\n* **Whatsapp Message**\n* **Facebook Message**\n* **Telegram Call**\n* **Telegram Call Mp3 play**\n* **Telegram Message**\n* **Telegram Group Message**\n\n## ✨ Tested Device\n* **NodeMCU ESP32**\n\n## 💻 Usage\n### initialization\n```cpp\n#include \u003cCallmebot_ESP32.h\u003e\n```\n### WhatsApps Massage\nSend Whatapps message  \nTo get apiKey follow the instruction on https://www.callmebot.com/blog/free-api-whatsapp-messages/  \nparam :\n* phoneNumber : Indonesia +62, Example: \"+62897461238\"\n* apiKey : \"apiKey\".\n* message : \"textmessage\"\n```cpp\nCallmebot.whatsappMessage(\"phoneNumber\", \"apiKey\", \"message\");\n```\n\n### Facebook Message\nSend Facebook message  \nTo get apiKey follow the instruction on https://www.callmebot.com/blog/free-api-facebook-messenger/  \nparam :\n* apiKey : \"apiKey\"\n* message : \"textmessage\"\n```cpp\nCallmebot.facebookMessage(\"apiKey\", \"message\");\n```\n\n### Telegram Call\nYou need to authorize CallMeBot to contact you using this [link](https://api2.callmebot.com/txt/login.php). Or alternatively, you can start the bot sending /start to @CallMeBot_txtbot.  \nparam :\n* username : username/phone.  \nusername : @username, exmaple : \"@rambo\"   \nphone : Indonesia +62, Example : \"+62897461238\"\n* message : \"textmessage\".\n* language : default = en-US-Neural2-J.  \nif you want to change the voice, you can get voice name on https://cloud.google.com/text-to-speech/docs/voices\n* repeat : default = 2.\n* textcarbon : default \"yes\".  \nyes: To always send a copy of the text message together with the call (default).  \nno: To do not send a copy of the message as a Text Message.  \nmissed: To only send a Text Message if the call is missed or rejected.  \nonly: To only send a text message (only available on dedicated bots).\n* timeout : default = 30.\n```cpp\nCallmebot.telegramCall(\"@username\", \"message\");\n```\n\n### Telegram Call Mp3\nYou need to authorize CallMeBot to contact you using this [link](https://api2.callmebot.com/txt/login.php). Or alternatively, you can start the bot sending /start to @CallMeBot_txtbot.  \nparam :\n* username : username/phone.  \nusername : @username, exmaple : \"@rambo\"   \nphone : Indonesia +62, Example : \"+62897461238\"\n* mp3link : mp3 file link. Example : \"https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3\"\n```cpp\nCallmebot.telegramCall(\"@username\", \"mp3link\");\n```\n\n### Telegram Message\nYou need to authorize CallMeBot to contact you using this [link](https://api2.callmebot.com/txt/login.php). Or alternatively, you can start the bot sending /start to @CallMeBot_txtbot.  \nparam :\n* username : username/phone.  \nusername : @username, exmaple : \"@rambo\"   \nphone : Indonesia +62, Example : \"+62897461238\"\n* message : \"textmessage\"\n```cpp\nCallmebot.telegramMessage(\"@username\", \"message\");\n```\n```cpp\nString username = \"@username1\"+\"|\"+\"@username2\";\nCallmebot.telegramMessage(username, \"messsage\");\n```\n\n### Telegram Group Message\nTo get apiKey follow the instruction on https://www.callmebot.com/blog/telegram-group-messages-api-easy/  \nparam :\n* apiKey : \"apiKey\".\n* message \"textmessage\".\n* html_format : bold text.  \ndefault = false.  \ntrue if you want bold text. \n```cpp\nCallmebot.telegramGroup(\"apiKey\", \"message\");\n```\n\n## 🛡️ License\nThis project is licensed under the MIT License - see the [`LICENSE`](LICENSE.md) file for details.\n\n## 🙏 Support\nWe all need support and motivation. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.\n\nIf you found the project helpful, consider supporting us with a coffee.\n\n\u003ca href=\"https://github.com/sponsors/hafidhh\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/sponsor-30363D?style=for-the-badge\u0026logo=GitHub-Sponsors\u0026logoColor=#EA4AAA\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/hafidh\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black\"\u003e\n\u003c/a\u003e\n\n## ✨ Link\n\u003ca href=\"https://www.callmebot.com/\"\u003e\n    \u003cimg \n    src=\"https://www.callmebot.com/wp-content/uploads/2019/10/Logo-Negro_x1.png\"\n    alt=\"CallMeBot\"\n    title=\"CallMeBot\"\n    style=\"height : 40px\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafidhh%2Fcallmebot-esp32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhafidhh%2Fcallmebot-esp32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafidhh%2Fcallmebot-esp32/lists"}