Skip to content

NicolasFernandezRuoff/whatsAppBot-No-api-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WhatsAppBot-No-API

A simple bot to send messages to your friends on WhatsApp without using the official API.
The bot allows you to schedule a message on a specific day of the month and send it automatically.

How it works

  1. On the first run, the bot will ask you to scan the WhatsApp Web QR code.
  2. The session data will be saved locally.
  3. On subsequent runs, the bot will keep the session active and ready to send messages.

Installation

The project requires Selenium and WebDriver Manager.
Install the dependencies with:

pip install selenium
pip install webdriver-manager

On Windows it is recommended to use:

python -m pip install selenium webdriver-manager

Note: You do not need to install datetime, time, urllib.parse, or os since they are part of the Python standard library.

Run the bot Run the script directly with:

python WhatsappBot.py

Build executable (.exe) To create an executable file with PyInstaller:

pyinstaller --noconsole --onefile .\WhatsappBot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages