Giter Site home page Giter Site logo

pyhton-watsapp's Introduction

Documentation from repo which is used as base and modified as per the my perosnal use cases for sending out bulk messages

Python Automation using Selenium & Scheduling of messages and media

Objective:

Pywhatsapp is used to Automate Whatsapp through Whatsapp web. We can add number of contacts whom we want to send messages or Media attachments ( like Video or Images). Selenium, Autoit and Schedule have been used one from Automation and other for Scheduling messages.


Use Case:

We can schedule Good Morning or Good night messages with a nice Picture at a particular time to our loved ones. We can set reminders. Suppose at 12 o'clock you want to wish your friend happy birthday so schedule your messages and sleep peacefully.


Installation

$ pip install -r requirements.txt

OR

$ pip install selenium

$ pip install schedule

$ pip install PyAutoIt


Platform: Windows

ChromeDriver used: If this versions becomes outdated or gives problem download the latest version from Download Link

Platform Mac

Remove the ChromeDriverused in the repository and install Mac ChromeDrive Download Link

Set ChromeDriver path in function whatsapp_login() Set ChromeDriver Path in MacOS


For Sending Attachments you need to Install AutoIt (Optional if you only what to send messages) | (Only FOR WINDOWS USERS):

You may install from the links given below or Install from the folder named "Install AutoIt for Sending Attachments" in the repository.

Official Website Download Webpage

Installation Link of AutoIt.exe

AutoitScript Editor (optional to install)

Installation is pretty Simple no changes in setting are required keep everything default. Few clicks on Next and you are done.


Code:

input_contacts()

In this functions Contacts list can be hardcoded or you can give input accordingly.(Make changes in Contact array according to you)

1.Enter Saved Contact number->
2.Enter Unsaved Contact number->
Enter your choice(1 or 2):->1
# For saved Contacts
Enter number of Contacts to add(count)->1
Enter contact name(text)->Shaurya
# For unsaved Contacts
Enter number of unsaved Contacts to add(count)->1
Enter unsaved contact number with country code(interger)->919899123456

NOTE: For unsaved contacts:

Do enter your country code then contact number.

Use: 919899123456

Don't Use: +919899123456

input_message()

In this function we take input of message to send to all the Contacts list from user.

Example:

Enter the msg to send-> Good morning

Enter choice to schedule message or not.

Do you want to schedule your Message(yes/no): yes

input time in 24 hour (HH:MM) format - 10:10

NOTE: If testing program for the first time Scheduling should be no inorder to check it is working perfectly.

Enter choice whether to send attachments or not.

Would you like to send attachment(yes/no): yes

Answer the input with yes or no.

send_attachments()

NOTE: Add Photos & Videos in the Media Folder.

image_path = os.getcwd() +"\Media\" + 'goodmorning.jpg'

Example path to send goodmorning image to your listed Contacts.

  • "hour" variable is used to check current Hour on the clock and according image is sent to the Contact.
  • If time is after 5am and before 11am schedule goodmorning.jpg image.
  • If time is after 9pm schedule goodnight image.
  • If time is anyother send howareyou image.

You can set your own photos at a particular time feel free to do that.

send_files()

NOTE: Add the document in the documents folder.

Would you file to send a Document file(yes/no): yes

Enter the Document file name you want to send: opportunity

  • If the document file names are same then write the document name with extension like opportunity.pdf or opportunity.txt

Schedule messages and Attachments

schedule.every().Monday.at("06:00").do(sender)

schedule.every().Tuesday.at("07:00").do(sender)

schedule.every().Friday.at("07:30").do(sender)

schedule.every().day.at("08:30").do(sender)

  • You make change these schedule days and time according to you.

Input Screenshot:


Demo of Working (GIF)

pyhton-watsapp's People

Contributors

shauryauppal avatar shreybatra avatar contrevien avatar rahsai374 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.