Skip to content

Learning Selenium and scrapping with java by making Whats-app bot

Notifications You must be signed in to change notification settings

patelshyam/Learning-selenium-with-java

Repository files navigation

Learning selenium with JAVA 8

Screenshot (288)

Desktop-based application for whatsapp automation which can send message video and image to available contacts in excel file.


Table of content


Description

There are two parts of the project, one is a desktop-based application and the other is an excel file containing the user details and whatsapp mobile numbers. This application will send videos and photos to the user with a customized message.

The operator will add a message ([name] will be replaced by the name column from excel file), an Excel file path, an image path (semicolon seprated if more than one), a video path (semicolon seprated if more than one), and a mobile number from which the operator wants to send a message after adding the information, by clicking the Start button, the custom message sending process will be start. The log can be seen at the bottom of the UI window. Operator can stop the process by pressing the stop button at anytime

(First time user have to scan the QR code for logIn to whatsapp web. After that the process will be started.The login session will be saved for later use.)

Technologies

  • JAVA
  • Selenium

Back To The Top


How To Use

Installation

You need to have Java and Chrom pre-installed on your PC to install this program. To run the code, you need a code editor like Eclips or Intellj. Open the code inside the code editor after the repository has been pulled. Use the UIManager class to run the code containing the main method.

Back To The Top


License

MIT License

Copyright (c) [2018] [Shyam Patel]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top

About

Learning Selenium and scrapping with java by making Whats-app bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages