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

File Sharing feature added(Isuue #244) #246

Closed zulkernine closed 4 years ago

zulkernine commented 4 years ago

Through this pull request I added the feature of Sharing file through wchat . Issue #244 Files are sent by the File-Attach option of whats-app-web. Type '#_FILE" in the message section in CLI and press enter, this will open a file dialogue box(OS provided), select the files(Image, Video, Documents etc.) and send it. Screenshots are attached demonstrating this. :)

Screenshot from 2020-03-23 22-03-29 WhatsApp Image 2020-03-23 at 9 37 36 PM

Dialogue box to choose files is shown below. This is OS dependent(Mine is Kali). Screenshot from 2020-03-23 22-54-55

rpotter12 commented 4 years ago

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


Complexity increasing per file
==============================
- wplay/utils/io.py  1
- wplay/wchat.py  1

See the complete overview on Codacy

zulkernine commented 4 years ago

Ok 😃

xandao-dev commented 4 years ago

Look's good, tomorrow I will see carefully the commits.