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

Recent chat printed #365

Closed SinghHimadri closed 4 years ago

SinghHimadri commented 4 years ago

Issue that this pull request solves

299

Closes: # (issue number)

299

Proposed changes

Brief description of what is fixed or changed Recent 17 chats are displayed using 'python3 -m play -wrc' command. The chats are displayed as they are visible in the Whatsapp web such as if some chat has unseen message then the last message id printed and the number of unseen messages is printed as it's visible in the web. I have attached a screenshot which will make more clear.

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 Recent chat displayed on terminal

Screenshot from 2020-05-30 20-23-43

WhatsApp Image 2020-05-30 at 8 51 36 PM

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 increasing per file
==============================
- wplay/recent_chats.py  2
- wplay/__main__.py  1

See the complete overview on Codacy

SinghHimadri commented 4 years ago

@rpotter12 Please review my PR.

SinghHimadri commented 4 years ago

@rpotter12 Ihave resolved the conflicts have a look.