Skip to content

Scraps all the open chats, and their last n messages, and saves them in a csv file

License

Notifications You must be signed in to change notification settings

princebhatia09/Whatsapp-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scraps all the open chats, and their last n messages, and saves them in a csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%