-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replying message #40
Comments
There is a quick example in the README.md from app.mac import mac, signals
@signals.message_received.connect
def handle(message):
if message.text == "hi":
mac.send_message("Hello", message.conversation) |
This is not yet implemented |
Do you know if it's available in |
It is not |
mac.send_image(image_url, message.conversation, "example text") |
That doesn't work anymore hasn't been for a while and cant figure out why. |
It hasnt worked for a while. There are some yowsup forks that already support media but this bot does not play well with them.
…________________________________
From: SPWC <[email protected]>
Sent: Sunday, January 7, 2018 11:11:40 AM
To: danielcardeenas/whatsapp-framework
Cc: Subscribed
Subject: Re: [danielcardeenas/whatsapp-framework] Replying message (#40)
That doesn't work anymore hasn't been for a while and cant figure out why.
Can others who have tried it confirm if it does indeed work please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#40 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAlOJn8I2-eLBWuvhn_snwWTSiy3Ff32ks5tIMKMgaJpZM4QOb-p>.
|
Strange cause it used to work fine. Are we behind some major yowsup update perhaps? |
mac.send_image(image_url, message.conversation, "example text")
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de vírus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
2018-01-07 10:11 GMT-03:00 SPWC <[email protected]>:
… That doesn't work anymore hasn't been for a while and cant figure out why.
Can others who have tried it confirm if it does indeed work please?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ahi-m3PgWSqLUC8AIUwhMOUtKU15P4qNks5tIMKNgaJpZM4QOb-p>
.
|
@spwc not even yowsup 2.5.7 supports it as of now. The only one I am aware already supports it is: https://github.com/AragurDEV/yowsup |
How do I receive an image? |
Hi,
How can I make Mac reply messages (i.e. quote some message)?
Thanks for this project, it is stunning great!
The text was updated successfully, but these errors were encountered: