Skip to content

NaveenPrasanth/whatsapp_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp web parser

Web scrapping tool for whatsapp web using selenium and beautiful soup. This script will parse whatsapp chats and fetches the text chats for the last two days and export them as JSON. It will also save the images in base64 format with the respective chats.

USAGE

Open firefox and login into whatsapp web using your phone so that your login profile will be saved. It will be in the path /home//.mozilla/firefox/.default Copy and paste this path in the settings.txt file After that you can start the script using

python scraper.py

Prerequisities

Install the requirements using sudo pip install -r requirements.txt

Inspiration and base template credits: JMGama

Releases

No releases published

Packages

No packages published

Languages