Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Automate The Things With Python: Whatsapp Automation

    Posted By: ELK1nG
    Automate The Things With Python: Whatsapp Automation

    Automate The Things With Python: Whatsapp Automation
    Published 11/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 823.38 MB | Duration: 4h 4m

    How to send WhatsApp messages from excel sheet automatically via Python including image/video/audio file

    What you'll learn

    How to automate sending message by Whatsapp from Excel sheet with Python

    How to send photo/audio/video files in Whatsapp from excel sheet

    How to attach document file from excel sheet and send in Whatsapp

    How to call a phone number via Python

    Requirements

    You should have a basic understaring of Python or other Programming language

    System with an internet connection

    Description
    Welcome to the "Automate the things with Python:  WhatsApp Automation"  course, in which you will learn how to automate sending messages in WhatsApp.You must be aware that we can send a message to only 5 people at a time, and that is a tedious job if you want to send the same message to hundreds of people quite often.Lucky you are, you have landed on this course, with this course you will be able to automate that process, you will just make an excel/CSV file, put all the contact numbers and the message, and then you will just run the python file and our code will send WhatsApp message to each person mentioned in the excel file, how cool is that?Not only that, but you will also learn how to attach multimedia along with the text message, here in the excel sheet you will just give a path to the media file, and our code will just fetch that file and will send it along with the WhatsApp text message.In this course first, you will learn how to automate sending messages via ADB command, then we will do this on the WhatsApp desktop application, so you don`t even need to connect your mobile to a computer and still you will be able to send WhatsApp messages to excel sheet contacts.I will start by helping you to get your setup done, which includes Python, pip, and, PyCharm IDE installation, we will install the required python packages as and when needed.First, we will learn about the ADB command, how to type messages, do a call, lock the phone, change brightness, etc, via ADB command. Then we will automate the process of sending messages via ADB command, and then we will remove the dependency on mobile and automate the process of sending messages via WhatsApp desktop application.Then after I'll teach you how to make GUI for this application in Python using Tkinter and then we will integrate the functionality.We are going to learn a lotMaking GUI in TkinterHow to add data to CSV file from the app GUIHow to monitor the process in GUIWe'll be building this application from scratch. You will be able to do this all on your own after completing the courses.So what are you waiting for? Start automating WhatsApp messaging and take your python skill to the next level.Enroll now and I will see you inside the course.
    Overview

    Section 1: Make your Setup Ready

    Lecture 1 Python Installation

    Lecture 2 PIP Installation

    Lecture 3 IDE (Pycharm) Installation

    Lecture 4 Links for installing needed stuff

    Section 2: Android Debug Bridge (adb)

    Lecture 5 adb

    Lecture 6 What is adb ? basics of adb, download adb

    Lecture 7 Basic adb commands

    Lecture 8 Fire adb command without taking a shell

    Lecture 9 Get Phone Properties via adb commands

    Lecture 10 Input keys via adb command

    Lecture 11 Control phone via adb comamnds (Camera, Call, Brighness contorl etc..)

    Lecture 12 Touch a phone at specific cordinates

    Section 3: Project-01: Send WhatApp messages from Excel/CSV with a Phone

    Lecture 13 Sequence to send a message vid adb

    Lecture 14 Open WhatApp and send message via adb command from Python code

    Lecture 15 Read the contact data from CSV/Excel file

    Lecture 16 Send messages from CSV/Excel files to multiple contact

    Lecture 17 Send multiline message

    Lecture 18 Limitations of this approch

    Section 4: Project-02: Send WhatApp messages without a Phone ( From computer)

    Lecture 19 Sequence to send a message

    Lecture 20 Install WhatApp desktop Application

    Lecture 21 Input Letters of keyboard via Python

    Lecture 22 Input word(alternating method) via Python

    Lecture 23 Enter special keys (Enter, Shift, etc..)

    Lecture 24 Send Message From WhatsApp DesktopApp ViaPython

    Lecture 25 Send messages from CSV/Excel files to multiple contact

    Lecture 26 Send multi-line message

    Lecture 27 Send media file along with the message

    Section 5: Make GUI Application for Automate WhatsApp Messaging

    Lecture 28 Create a Mainwindow

    Lecture 29 PhotoImage

    Lecture 30 Set Icon to main window

    Lecture 31 Label

    Lecture 32 Display Methods (pack, place and grid)

    Lecture 33 Button

    Lecture 34 Progressbar

    Lecture 35 Entry

    Lecture 36 ScrolledText

    Lecture 37 Make GUI

    Lecture 38 Integrate the functionality

    Section 6: Bonus! Thank You

    Lecture 39 Bonus Lecture

    Anyone who wants to Automatae sending messages/images/audio/video files in Whatsapp