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
- Host: GitHub
- URL: https://github.com/knowbee/whatsapp_phone_numbers
- Owner: knowbee
- Created: 2020-04-07T12:49:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T16:46:04.000Z (about 6 years ago)
- Last Synced: 2024-10-24T10:07:27.504Z (over 1 year ago)
- Topics: scrape, selenium, selenium-python, whatsapp, whatsapp-web
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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