ChaitanyaAgarwal72 / WhatsApp-Automation

Automates the process of getting the number of participants in a WhatsApp group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp-Automation

Description

WhatsApp-Automation is a Python script that automates the process of obtaining the number of participants in a WhatsApp group. It simplifies the task of monitoring group sizes by providing an easy way to retrieve this information automatically.

Tech Stack

  • Python
  • Selenium
  • Chrome WebDriver

Python Dependencies (automatically installed)

These Python packages are automatically installed when setting up the project:

  • pyperclip==1.8.2
  • selenium==3.141.0
  • urllib3==1.26.6
  • webdriver

External Dependencies

  • Chrome browser (for WebDriver)

How to Run

  1. Fork this Repository:

    Click the "Fork" button at the top right corner of this repository to create your own copy.

  2. Clone Your Fork:

    Clone your forked repository to your local machine using the following command:

    git clone https://github.com/your-github-username/WhatsApp-Automation.git
    
  3. Navigate to the project directory

    cd WhatsApp-Automation
    
  4. Run the Python script

    python main.py

About

Automates the process of getting the number of participants in a WhatsApp group


Languages

Language:Python 100.0%