WhatsApp Script For Terminal
What’s this?
Python script using selenium to automate sending messages using python from terminal/bash.
It is used with selenium library and chrome driver.
Requirements:
- Selenium
- Chrome Driver
How to use?:
- To install selenium in your project use this command:
pip3 install selenium
- To download Chrome Driver go to - ChromeDriver
- After downloading, extract it in any directory and set the path in the script.py.
- You can also follow requirements.txt and install from it.
To do this use this command :
pip install -r /path/to/requirements.txt
Preview:
