Skip to content

Instantly share code, notes, and snippets.

View deepak3081996's full-sized avatar

deepak3081996

  • Bangalore
View GitHub Profile
@deepak3081996
deepak3081996 / whatsapp.py
Last active November 11, 2022 11:30
send whatsapp messages using python
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
def message(to,message=''):
"""this a simple function to send a whatsapp message to your friends
and group using python and selenium an automated tool to parse the HTML
content and to change the properties.