Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 596 Bytes

Whatsapp Web Scraper

  • Runtime: Python 3.5

How to install:

To run selenium you need gecko driver, in case you haven't set it up till now: you can download it from here. And place it in the path.

Create virtualenv using virtualenvwrapper

mkvirtualenv whatsapp_scraper --python=python3
workon whatsapp_scraper 
pip install selenium

Run:

python whatsapp_web.py
(Scan the QR code)

Script takes around 10mins to run(for open 128 open chats), as WhatsApp loads chat dynamically. Feel free to contact me if you have any questions or concerns regarding the script.