Skip to content

It allows you to send messages in bulk to multiple contacts.

License

Notifications You must be signed in to change notification settings

Eesshhiikkaa/Automated_Whatsapp

 
 

Repository files navigation

Automated_Whatsapp

Getting Started

Requirement and Instructions

If you have Anaconda you can directly use the the notebook file and partially skip the last step to download python 3.6

  • Google Chrome Download and install from https://www.google.com/chrome/

  • Chrome Driver Download and copy the chromedriver.exe file to "C:\bin" (Create folder if not already present)

    https://chromedriver.chromium.org/

    Set environment variable by

    1 Open Run by pressing (Win + R)

    Paste the following without quotes "rundll32 sysdm.cpl,EditEnvironmentVariables"

    1. Click On Path -> Edit

    2. Click New -> Paste without quotes "C:\bin" -> Ok -> Ok

  • Python 3.6 https://www.python.org/downloads/windows/

    • Extra Python Libraries Required
      • Selenium

    To install library open CMD and run. "pip install selenium"

    Don't Forget to Fork the repository and suggest changes

    Connect with me @ LINKEDIN

    LICENSE

    Enjoy

    #Hope you find this helpful. Happy learning, and feel free to ask your doubts.

About

It allows you to send messages in bulk to multiple contacts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.5%
  • Python 9.5%