robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
122 stars 12 forks source link

new feature Button selection #21

Closed harut420 closed 1 year ago

harut420 commented 1 year ago

it would be very useful to have the ability to send out choice and user interaction buttons.

robvanderleek commented 1 year ago

Hi @harut420

Thanks for the feedback.

Can you give an example (a screenshot would be nice) of the type of button messages you would like to send? WhatsApp has different types and the underlying library I'm using only supports a few. Also, Mudslide is a command-line tool so it should be easy to configure the buttons/choices using command-line arguments/options.

KR, Rob

harut420 commented 1 year ago

Hi @robvanderleek Thanks for your work first and fast response !!!

I attach a image to show you what i mean exactly, it is called quickmessage if i'm correct.

image

thanks!

create-issue-branch[bot] commented 1 year ago

Branch issue-21-new_feature_Button_selection created!

robvanderleek commented 1 year ago

Hi @harut420 👋

I've added basic support to include buttons in messages, please see the Readme. I'm not sure if this is the exact thing you included in the issue (somehow the quick-reply buttons from the library did not work for me), let me know if it suits your use case.

KR, Rob

chhajervikram commented 1 year ago

Hello robvanderleek Thanks For this USe Full Programme , their is one issue while sending .pdf file , is that if .pdf files is on E:\tmp\P M GROUP\2223\PM IMPEX\2223\Invoice\abc.pdf , it do not support and inable t send . please rectifi this error . thank You Vikram

chhajervikram commented 1 year ago

how to Update Mudslide if new version is available Thanks VIkram Chhajer

robvanderleek commented 1 year ago

Hi @chhajervikram 👋

Your questions are not related to this issue, can you please create a new issue? 🙂 If you create an issue for the PDF files, can you let me know what the exact error is?

If you run Mudslide using npx appending latest will always check for the latest version:

npx mudslide@latest -V

Kind regards, Rob