Skip to content
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

Open
igor9silva opened this issue Nov 1, 2017 · 13 comments
Open

Replying message #40

igor9silva opened this issue Nov 1, 2017 · 13 comments

Comments

@igor9silva
Copy link

Hi,

How can I make Mac reply messages (i.e. quote some message)?

Thanks for this project, it is stunning great!

@danielcardeenas
Copy link
Owner

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)

@igor9silva
Copy link
Author

Sorry, I think I wasn't clear.

img_b09a5ff0771b-1

@danielcardeenas
Copy link
Owner

This is not yet implemented

@igor9silva
Copy link
Author

Do you know if it's available in yowsup? If so, I can work on a pull request this weekend.

@danielcardeenas
Copy link
Owner

It is not

@danielct59
Copy link

Hello
could you help me how do I get an image with text like in this photo?
image

@danielcardeenas
Copy link
Owner

mac.send_image(image_url, message.conversation, "example text")

@LabtronicsDesign
Copy link
Contributor

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?

@relima
Copy link

relima commented Jan 7, 2018 via email

@LabtronicsDesign
Copy link
Contributor

Strange cause it used to work fine. Are we behind some major yowsup update perhaps?

@danielct59
Copy link

danielct59 commented Jan 7, 2018 via email

@relima
Copy link

relima commented Jan 7, 2018

@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

@danielct59
Copy link

How do I receive an image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants