shauryauppal / PyWhatsapp

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

Update PyWhatsapp.py #63

Closed shauryauppal closed 4 years ago

shauryauppal commented 4 years ago

Bug Fixes #62 | Making unsaved contacts login smoother | Adding arg parsers for message, cache removal and chromepath

For MAC: python3 PyWhatsapp.py --chrome_driver_path './chromedriver' --message 'Hi Shaurya, How Are you?' For Windows: python3 PyWhatsapp.py --chrome_driver_path './chromedriver.exe' --message 'Hi Shaurya, How Are you?'