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
405 stars 217 forks source link

Get selected group details #274

Closed amandhamija98 closed 4 years ago

amandhamija98 commented 4 years ago

Issue that this pull request solves Closes: #260

Proposed changes If the target selected is a group, the user will be able to see the following info about it:

  1. Group name
  2. Group creation info
  3. Group description
  4. Group members

Types of changes

Bugfix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality)

Checklist

My code follows the style guidelines of this project I have performed a self-review of my own code I have made corresponding changes to the documentation

How to use this feature:

  1. python -m wplay -wchat group-name
  2. Choose target image
amandhamija98 commented 4 years ago

my bad, sure will do

xandao-dev commented 4 years ago

Instead of: python -m wplay group-name put something like this: python -m wplay -wgp group-name python -m wplay --wgroup-info group-name

amandhamija98 commented 4 years ago

Sorry, I accidentally omitted -wchat in the description. This will work for any script that uses target search. Though, if you like I can make this as a separate script entirely.

priyansh19 commented 4 years ago

@amandhamija98 making this as a separate script will be a good option .. so go for it :)

amandhamija98 commented 4 years ago

@amandhamija98 making this as a separate script will be a good option .. so go for it :)

Hi, actually there was a feature wherein whenever target search was called, if the target was a contact person, we would display all of the target's information. This PR just extends that same feature for groups. I can make a separate script that gets only info about the target (individual or group), but I think I should do that as a separate PR

xandao-dev commented 4 years ago

@amandhamija98 Ah okay