Skip to content

Whatsapp bot made using python3 and selenium

License

Notifications You must be signed in to change notification settings

Sdccoding/WhatsappBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsappBot

Whatsapp bot made using python3 and selenium

To use the script, install the following dependencies first:

  • Selenium
  • Chrome Web Driver (mac version already provided inside driver folder)

Script to message someone (simple_message.py)

  • specify the chrome driver path while initializing Chrome
  • Write the target name in the target variable
  • Execute python3 simple_message.py

Script to keep an eye on a user (onlineState.py)

  • specify the chrome driver path while initializing Chrome
  • Write the target name in the target variable
  • Choose the last seen visibility of the user
  • Execute python3 onlineState.py

Script to reply messages of an user (messageReply.py)

  • specify the chrome driver path while initializing Chrome
  • Write the target name in the target variable
  • Execute python3 messageReply.py

Note: This script is in development. For now it simply reply back what you asked. An AI version of it is in development phase.

Screen Shots

Note: Actual output pattern may differ. 1 2 3 test1

About

Whatsapp bot made using python3 and selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%