Package: evolution 0.1.1


Andre Leite
evolution: A Client for 'Evolution Cloud API'
Provides an 'R' interface to the 'Evolution API' <https://evoapicloud.com>, enabling sending and receiving 'WhatsApp' messages directly from 'R'. Functions include sending text, media (image/video/document), audio, stickers, geographic locations, contacts, polls, interactive lists and button messages. Also includes number verification and structured CLI logging for debugging.
Authors:
evolution_0.1.1.tar.gz
evolution_0.1.1.zip(r-4.7)evolution_0.1.1.zip(r-4.6)evolution_0.1.1.zip(r-4.5)
evolution_0.1.1.tgz(r-4.6-any)evolution_0.1.1.tgz(r-4.5-any)
evolution_0.1.1.tar.gz(r-4.7-any)evolution_0.1.1.tar.gz(r-4.6-any)
evolution_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
evolution/json (API)
| # Install 'evolution' in R: |
| install.packages('evolution', repos = c('https://strategicprojects.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/evolution/issues
Pkgdown/docs site:https://strategicprojects.github.io
Last updated from:b41f86e1d8. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 221 | ||
| linux-release-x86_64 | OK | 130 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-oldrel-arm64 | OK | 65 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 102 | ||
| windows-oldrel | OK | 98 | ||
| wasm-release | OK | 112 |
Exports:check_is_whatsappevo_clientjidsend_buttonssend_contactsend_listsend_locationsend_mediasend_pollsend_reactionsend_statussend_stickersend_textsend_whatsapp_audio
Dependencies:askpassbase64encclicurlgluehttr2jsonlitelifecyclemagrittropensslR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check if numbers are on WhatsApp | check_is_whatsapp |
| Create an Evolution API client | evo_client |
| Build a WhatsApp JID from a raw phone number | jid |
| Send interactive buttons | send_buttons |
| Send a WhatsApp contact (auto-generate wuid) | send_contact |
| Send a list message | send_list |
| Send a location | send_location |
| Send media (image, video, document) | send_media |
| Send a poll | send_poll |
| React to a message | send_reaction |
| Send a WhatsApp Status (story) | send_status |
| Send a sticker | send_sticker |
| Send a plain text message | send_text |
| Send WhatsApp audio (voice note) | send_whatsapp_audio |