Automate things with Python: WhatsApp Automation
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the “Automate 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 lot
- Making GUI in Tkinter
- How to add data to CSV file from the app GUI
- How to monitor the process in GUI
We’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.
-
5adbText lesson
-
6What is adb ? basics of adb, download adbVideo lesson
-
7Basic adb commandsVideo lesson
-
8Fire adb command without taking a shellVideo lesson
-
9Get Phone Properties via adb commandsVideo lesson
-
10Input keys via adb commandVideo lesson
-
11Control phone via adb comamnds (Camera, Call, Brighness contorl etc..)Video lesson
-
12Touch a phone at specific cordinatesVideo lesson
-
13Sequence to send a message vid adbVideo lesson
-
14Open WhatApp and send message via adb command from Python codeVideo lesson
-
15Read the contact data from CSV/Excel fileVideo lesson
-
16Send messages from CSV/Excel files to multiple contactVideo lesson
-
17Send multiline messageVideo lesson
-
18Limitations of this approchVideo lesson
-
19Sequence to send a messageVideo lesson
-
20Install WhatApp desktop ApplicationVideo lesson
-
21Input Letters of keyboard via PythonVideo lesson
-
22Input word(alternating method) via PythonVideo lesson
-
23Enter special keys (Enter, Shift, etc..)Video lesson
-
24Send Message From WhatsApp DesktopApp ViaPythonVideo lesson
-
25Send messages from CSV/Excel files to multiple contactVideo lesson
-
26Send multi-line messageVideo lesson
-
27Send media file along with the messageVideo lesson
-
28Create a MainwindowVideo lesson
-
29PhotoImageVideo lesson
-
30Set Icon to main windowVideo lesson
-
31LabelVideo lesson
-
32Display Methods (pack, place and grid)Video lesson
-
33ButtonVideo lesson
-
34ProgressbarVideo lesson
-
35EntryVideo lesson
-
36ScrolledTextVideo lesson
-
37Make GUIText lesson
-
38Integrate the functionalityText lesson

External Links May Contain Affiliate Links read more