Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Auto Send - Whatsapp

from selp import *
b.get('http://web.whatsapp.com')
import random,time,datetime

def w(d,e):
elem1 = b.find_elements_by_class_name('pluggable-input-body')
for _ in range(e):
elem1[0].send_keys(d)
b.execute_script("document.getElementsByClassName('compose-btn-send')[0].click()")
time.sleep(random.randint(1,10))



b.get('http://web.whatsapp.com')
w('Hey',4)
# Continuous Typing
def wo(e=10):
elem1 = b.find_elements_by_class_name('input')
while True:
elem1[1].send_keys('Sweety')
elem1[1].send_keys('\ue003\ue003')



This post first appeared on SMARTMANOJ, please read the originial post: here

Share the post

Auto Send - Whatsapp

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×