An open API service indexing awesome lists of open source software.

https://github.com/knowbee/whatsapp_phone_numbers

Scrape all whatsapp numbers and save them to a json file
https://github.com/knowbee/whatsapp_phone_numbers

scrape selenium selenium-python whatsapp whatsapp-web

Last synced: 5 months ago
JSON representation

Scrape all whatsapp numbers and save them to a json file

Awesome Lists containing this project

README

          

# Whatsapp Phone Numbers Scraper

Scrape all whatsapp numbers and save them to a json file

- Target : `https://web.whatsapp.com/`



## Requirements

### - Chrome Webdriver

- How to install webdriver on linux/mac os and windows os : [click here](https://zwbetz.com/download-chromedriver-binary-and-add-to-your-path-for-automated-functional-testing/)

### - Python >= 3.5

- How to install python [click here](https://realpython.com/installing-python/)

## Setup

```
git clone https://github.com/knowbee/whatsapp_phone_numbers.git
```

```
cd whatsapp_phone_numbers
```

```
python -m venv .
```

```
activate.bat
```

```
pip install -r requirements.txt
```

## Usage

```
python run.py

scan the code
```

## Author

Igwaneza Bruce