Skip to content

Otomatisasi pengiriman pesan ke kontak atau grup WhatsApp Web menggunakan Python dan Selenium 4+.

Notifications You must be signed in to change notification settings

incno/WhatsApp-Spam-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Spam Bot 🤖

WhatsApp Spam Bot
Release

Welcome to the WhatsApp Spam Bot repository! This project automates the sending of messages to your WhatsApp contacts or groups using Python and Selenium 4+. Whether you're looking to send reminders, greetings, or just for fun, this bot can help streamline your messaging tasks.

Table of Contents

Features 🌟

  • Automation: Easily send messages to multiple contacts or groups.
  • User-Friendly: Simple setup and usage.
  • Customizable: Modify the script to fit your needs.
  • Efficient: Save time by automating repetitive tasks.
  • Open Source: Contribute and improve the bot.

Getting Started 🚀

To get started with the WhatsApp Spam Bot, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/incno/WhatsApp-Spam-Bot.git
  2. Navigate to the Directory:

    cd WhatsApp-Spam-Bot
  3. Install Dependencies: Make sure you have Python installed, then run:

    pip install -r requirements.txt
  4. Download the Latest Release: You can find the latest release here. Download the appropriate file and execute it.

Installation 🛠️

Prerequisites

  • Python 3.6 or higher
  • Selenium 4+
  • ChromeDriver (ensure it matches your Chrome version)

Step-by-Step Installation

  1. Install Python: Download and install Python from python.org.

  2. Install Selenium: Run the following command:

    pip install selenium
  3. Download ChromeDriver: Visit the ChromeDriver download page and download the version that matches your Chrome browser.

  4. Set Up WebDriver Manager: You can use WebDriver Manager to handle ChromeDriver installations automatically. Run:

    pip install webdriver-manager

Usage 📖

Running the Bot

  1. Open the Script: Open whatsapp_spam_bot.py in your preferred text editor.

  2. Configure Contacts and Messages: Edit the script to add the contacts or groups you want to message and the content of the messages.

  3. Run the Script: Execute the script with:

    python whatsapp_spam_bot.py
  4. Watch the Magic Happen: The bot will open your browser and start sending messages.

Example Configuration

Here’s a simple example of how to set up your contacts and messages in the script:

contacts = ["Contact1", "Contact2", "Group1"]
message = "Hello, this is an automated message!"

Contributing 🤝

We welcome contributions to improve the WhatsApp Spam Bot! Here’s how you can help:

  1. Fork the Repository: Click the "Fork" button on the top right of this page.
  2. Create a Branch:
    git checkout -b feature/YourFeature
  3. Make Your Changes: Implement your feature or fix.
  4. Commit Your Changes:
    git commit -m "Add your message here"
  5. Push to the Branch:
    git push origin feature/YourFeature
  6. Create a Pull Request: Go to the original repository and click on "New Pull Request".

License 📜

This project is licensed under the MIT License. See the LICENSE file for details.

Contact 📫

For questions or suggestions, feel free to reach out:

Thank you for checking out the WhatsApp Spam Bot! We hope it helps you with your messaging needs. For the latest updates, visit the Releases section to download the latest files and execute them.

Happy coding! 🎉