Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
376 stars 112 forks source link

send link #138

Open luqmanbaen opened 1 year ago

luqmanbaen commented 1 year ago

yesterday I can send link, but today can't, has anyone got same problem?

messenger.send_message1("https://github.com/Kalebu/alright")

but output : https:github.comKalebualright

Kalebu commented 1 year ago

yesterday I can send link, but today can't, has anyone got same problem?

messenger.send_message1("https://github.com/Kalebu/alright")

but output : https:github.comKalebualright

Can you try using the function send_direct_message instead

>>> messenger.send_direct_message(mobile='your mobile', message='your message', saved=False)