whatsplay / whatsapp-play

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
MIT License
402 stars 219 forks source link

Save chat for a target. #357

Closed SinghHimadri closed 4 years ago

SinghHimadri commented 4 years ago

Issue that this pull request solves

343

Closes: # (issue number)

Proposed changes

Brief description of what is fixed or changed As the export chat option is not available on Whatsapp web and also couldn't find a good reference from the internet for this issue I came up with this idea.Run using: wplay -wsc . currently, it doesn't save whole chat but up to some extend. I have used the selectors to reach message sender and time and modified it accordingly and saving the chats as a .txt file in wplay/saveChats folder. I couldn't think of any other way.

Types of changes

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply

Screenshots

Please attach the screenshots of the changes made in case of change in user interface Screenshot from 2020-05-23 20-45-15

Screenshot from 2020-05-23 20-45-51

Other information

Any other information that is important to this pull request

rpotter12 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity decreasing per file
==============================
+ wplay/__main__.py  -2

See the complete overview on Codacy

SinghHimadri commented 4 years ago

@rpotter12 Please review my PR.