WhatsApp message bot

Automatic Message Sender

Sending unlimited messages on chats

Instructions

  1. Download the files:

git clone https://github.com/ArduinoDenis/bot_dei_messaggi_whatsapp.git

How to Install Python?

  • If you have Windows 10 or 11, download Python from the Microsoft Store (the process is fully automatic).

  • If you have macOS, download it by clicking on Download Pythonarrow-up-right and install it.

  • If you have Linux, open a terminal and type:

  • Procedure for Linux including macOS:

sudo apt-get install python3 -y && sudo apt-get install python3-pip
  1. Download and install the pyautogui library:

pip3 install pyautogui
  1. Then run the Python file:

python3 messaggi_illimitati.py

Last updated