Coder Social home page Coder Social logo

muhammedbasith / whatsapp-bulk-messenger Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 12 KB

A Python-based project for sending bulk messages on WhatsApp. Send personalized messages with attachments or plain text to multiple recipients. Extract phone numbers from WhatsApp groups. Boost your communication outreach efficiently.

License: MIT License

Python 100.00%

whatsapp-bulk-messenger's Introduction

WhatsApp Bulk Messenger

Send bulk messages on WhatsApp easily and for free!

Introduction

Do you ever find yourself needing to send bulk messages on WhatsApp but are limited by paid software? Look no further! WhatsApp Bulk Messenger is a Python-based application that allows you to send messages to multiple recipients simultaneously, without any financial constraints. With its user-friendly interface and powerful automation capabilities, you can effortlessly reach a large audience in no time.

Table of Contents

Project Overview

WhatsApp Bulk Messenger is a Python-based application that allows users to send bulk messages on WhatsApp conveniently. The project consists of three main code files: with_attachment.py, without_attachment.py, and number_extractor.py. Each file serves a specific purpose in the messaging process, offering flexibility and ease of use.

Usage

To get started with WhatsApp Bulk Messenger, follow the steps below:

Prerequisites

  1. Ensure you have Python 3.8.4 or higher installed on your system. If you don't have Python installed, you can download it from the official Python website: Download Python

Installation

  1. Clone this repository to your local machine or download the ZIP file and extract it.

  2. Open a terminal or command prompt and navigate to the project's root directory.

  3. Create a virtual environment (optional but recommended) by running the following command:

    python3 -m venv venv
    
  4. Activate the virtual environment:

    • For Windows:
      venv\Scripts\activate
      
    • For Unix or Linux:
      source venv/bin/activate
      
  5. Install the project dependencies by running the following command:

    pip install -r requirements.txt
    

Sending Bulk Messages

  1. Run the with_attachment.py script to send bulk messages with attachments. Follow the instructions prompted in the terminal to specify the message and the path to the attachment.

  2. Run the without_attachment.py script to send bulk text-only messages. The script will guide you through the process of specifying the message content.

Extracting Participant Numbers

  1. Run the number_extractor.py script to extract participant numbers from a WhatsApp group. The script will automate the extraction process and store the numbers in a text file for further use.

Note: The scripts will automatically open WhatsApp Web using Selenium, so make sure you have a working internet connection before running the scripts.

Contributions

Contributions to WhatsApp Bulk Messenger are welcome! If you find any issues or have ideas for improvements, feel free to open an issue or submit a pull request. We appreciate any feedback and contributions that can help enhance the project.

License

This project is licensed under the MIT License. Please see the LICENSE file for more details.

whatsapp-bulk-messenger's People

Contributors

muhammedbasith avatar

Watchers

 avatar

Forkers

nidzx14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.