shauryauppal / PyWhatsapp

Python Automation using selenium & Scheduling of messages and media
https://www.linkedin.com/in/shaurya-uppal
Apache License 2.0
465 stars 159 forks source link

A separate text file for list of contact to send message #29

Closed saikatghosh1998 closed 4 years ago

saikatghosh1998 commented 5 years ago

If we can add a separate text file and add all the contact in that file rather than inputting contacts manually in command line it will be more user friendly. In python we can iterate through the text file and send message to the contacts.

shauryauppal commented 5 years ago

I will surely work on this. Thanks for your valuable feedback. Keep me updated if some issue occurs.

Ghoul2077 commented 5 years ago

Please review PR #49 as this implements this feature

shauryauppal commented 4 years ago

PR #70 Done