How to send message from WhatsApp in PHP with WhatsAPI Official?

前端 未结 2 1015
逝去的感伤
逝去的感伤 2021-01-31 11:15

I\'m trying to use the WhatsApi Official library to send a message via WhatsApp from a php file. I\'ve moved in my Apache web server the library, in a folder call test, like thi

2条回答
  •  轮回少年
    2021-01-31 11:50

    afaik you are probably better off currently writing an interface to a python project. E.g. have a microservice that does sending of messages for you in python, and you call them via some json request or similar

    see this project, looks promising: https://github.com/tgalal/yowsup

    it seems like the only viable option so far, as everything else was shut down or has a high probability to get your account banned

    see discussion here:

    https://stackoverflow.com/a/46635985/533426

提交回复
热议问题