Good morning everyone and happy MonDEV! ☕
On this chilly weekend, staying at home, drinking tea and exploring many new tools have been great company!
If sometimes it seems like there are no real news coming out, then weeks full of discoveries follow... and the list of things to test for you keeps growing!
Today's tool was suggested to me by my brother, who has decided to follow what is becoming a family tradition and delve into programming himself.
Have you ever wanted to send WhatsApp messages programmatically? And maybe do it without necessarily using a Whatsapp Business account or any external dedicated platforms?
If so, today I have a couple of proposals that might be interesting.
The first one is called Mudslide and it's a CLI to send messages, media, generic files, location, and more from your WA contact directly from your terminal. Everything works by logging in via a QR code printed in the terminal, a bit like WhatsApp web. It's very simple and works well; however, if you want to develop your own tool by connecting to WA, then you can use Bayles, the library behind Mudslide. It's available in TypeScript and C#, and it allows you to create a socket to connect to WA and send messages programmatically. If you decide to go this route, my advice is to still take a look at Mudslide's code, to get a starting point with this library, and then develop your ideas further!
This week too, it's time to say goodbye and start our activities! I hope I left you with some interesting ideas, let me know what you think!
As always, have a great week, happy coding
Happy Coding 0_1
The above is the detailed content of Whazzup mates? Whats App by CLI!. For more information, please follow other related articles on the PHP Chinese website!