All Projects → rajujha373 → Whatsapp-autosend-script

rajujha373 / Whatsapp-autosend-script

Licence: MIT license
A python script to automatically send whatsapp messages.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Whatsapp-autosend-script

selenium-appium
selenium-webdriver+appium: A bridge to make selenium-webdriver to drive appium to do native app testing
Stars: ✭ 35 (+20.69%)
Mutual labels:  automation-selenium
Auto Chrome 2
A program that lets you automate mundane and repetitive tasks in a proxy chrome browser. presets include Rarible and Opensea minting automation. make your own presets for anything inside chrome.
Stars: ✭ 17 (-41.38%)
Mutual labels:  automation-selenium
resgen
Keep track of jobs you've applied to, automate resume & cover letter creation; generate PDFs from .odt templates on the fly while scraping the job post and tracking employer status.
Stars: ✭ 31 (+6.9%)
Mutual labels:  automation-selenium
LuluTest
LuluTest is a Python framework for creating automated browser tests.
Stars: ✭ 14 (-51.72%)
Mutual labels:  automation-selenium
phoenix.webui.framework
基于WebDriver的WebUI自动化测试框架
Stars: ✭ 118 (+306.9%)
Mutual labels:  automation-selenium

Whatsapp-autosend-script

A python script to automatically send whatsapp messages.

Any contributions from you guys are welcome. Just fork this repository, make changes in the code and create a pull request, I will merge the changes if it seems interesting. :)

Do star the repo if you think it worth it.

Requirements (on your system)

  1. Chrome/Chromium Browser (https://www.google.com/chrome/browser)
  2. Chrome WebDriver (https://chromedriver.storage.googleapis.com/index.html?path=2.33/)
  3. Python3 (https://www.python.org/downloads/)
  4. Virtualenv ($ pip3 install virtualenv)
  5. Selenium ($ pip3 install selenium)

Steps to run in your local machine

  1. Firstly, clone the repository using the git shell
    $ git clone https://github.com/rajujha373/Whatsapp-autosend-script.git
  2. Goto the base directory of the project
    $ cd Whatsapp-autosend-script
  3. Create a virtual environment and activate it.
    $ virtualenv venv
    $ source venv/bin/activate
  4. Install the requirements for the project
    $ pip install -r requirements.txt
  5. Download the ChromeWebdriver and extract into the directory.
  6. In the file "autosend.py" replace "{global path of chromedriver}" with the absolute path of the downloaded Chrome Webdriver.
  7. Run the script
    $ python3 autosend.py
  8. Enter the details asked (user's name, message to be sent, number of messages to be sent)
  9. Voila!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].