Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

a medium to send to messages to the people through command line; mainly used for automation purposes such as reminders, alerts and bots

License

Notifications You must be signed in to change notification settings

kana800/automate-whatsapp-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automate-whatsapp-messages

this is currently built only to send whatsapp messages;

The project is using selenium to navigate through the web.whatsapp.com, with the help keyboard shortcuts automater can easily navigate through the whatsapp website.

listed below are the steps that needs to be taken to send a message:

  1. login to whatsapp ( through QR code ) :
    • To make sure we don't have to login to the whatsapp we can use profiles; I am using firefox profiles; To create a new profile you can search about:profiles and select creat a new profile.
    • After setting up a new profile, you can replace the root-directory of the firefoxprofile = webdriver.FirefoxProfile(root-directory)
  2. create a new chat : CTRL+SHIFT+N
    • You can use actions to emulate this key combination actions.key_down(Keys.CONTROL).key_down(Keys.ALT).send_keys('n').key_up(Keys.ALT).key_up(Keys.CONTROL).perform()
  3. type the contact name
  4. type the message
  5. press ENTER
  6. close chat : ESC

About

a medium to send to messages to the people through command line; mainly used for automation purposes such as reminders, alerts and bots

Topics

Resources

License

Stars

Watchers

Forks

Languages