EliasKotlyar / yowsup-microservice

Microservice for yowsup
118 stars 59 forks source link

how to send image? #3

Open prajeshmadhavi opened 7 years ago

prajeshmadhavi commented 7 years ago

how to send image?

I can send text using n.rpc.yowsup.send(type="simple", body="This is a test Message!", address="91XXXXXXX")

I try n.rpc.yowsup.send(type="image", body="/root/test/space.jpg", address="91XXXXXXX") it returns True but do not deliver image.

EliasKotlyar commented 7 years ago

Hello prajeshmadhavi ,

Actually this functionality is not working correctly. Feel free to improve it

Greetings Elias

thebennos commented 7 years ago

That would be nice, but currently the media upload seems to be broken. https://github.com/tgalal/yowsup/issues/2149 If this is solved we could go ahead.

galaxyitcenter commented 6 years ago

https://github.com/AragurDEV/yowsup/ Use this repo to send images.