Python – send SMS on WhatsApp to unsaved numbers
We recently saw how we can automate the use of WhatsApp Web with Python to check the status of a user. The proposed solution would allow us, after appropriate modifications, to also send automatic messages, but there is a problem: only numbers already in the address book can be used. How can
Python How to Get Notified When Someone is Online on Whatsapp – part 2
In the previous article we introduced the necessary tools in order to develop our Whatsapp Online Tracker. Today we are going to see how to put all those ingredients together. The Solution Let's start showing the working code, we are going to spend a little bit of time in order
Python How to Get Notified When Someone is Online on Whatsapp – part 1
In these articles we are going to see how to develope our Whatsapp Online Tracker, a simple application written in Python for getting an alert everytime a Whatsapp contact is online. In the first part we present a possible approach in order to solve the problem and how to install everything needed for