• Post category:StudyBullet-4
  • Reading time:6 mins read


Learn to automate WhatsApp and build a multi-step automation bot in less than 2 hours!

What you will learn

Basics of WhatsApp Automation

Send photos/videos/files (automatically) as a response in WhatsApp

Store WhatsApp messages in a database

Use Twilio and MongoDB to automate WhatsApp

Create a basic WhatsApp automation bot


Get Instant Notification of New Courses on our Telegram channel.


Create a multi-step advanced automated WhatsApp bot

Deploy the bot to a remote server and host it in the cloud for FREE!

Description

Welcome to this course on WhatsApp automation. In this course, you will learn how to send messages or media automatically in WhatsApp without any human intervention. You will also be able to create conversational chatbots through this course. Considering WhatsApp has billions of users worldwide, it also be used for business or personal automation. So if you work for any business, or you own a business, you can use this skill to automate a lot of your customer service, like giving out information about your business or about what items are available or even taking orders. You can also use it on a personal scale like sending reminders or tracking your habits or anything you want to achieve.

First, you will learn the basics of automation and how to create a basic WhatsApp automation bot. Apart from sending messages, you will also learn how to store messages in a database called MongoDB. After learning the basics you will learn to create a relatively advanced multi-step WhatsApp chat bot. Take a look at the Demo video to see what the bot is capable of. Once you build the bot, you will learn how to deploy it to a remote server and host it in the cloud.

All the services that we will use, that is hosting, database and messaging service… all of it is completely free to get started with. And on top of that, you will learn all of this in just two hours. If that sounds interesting then give this course a try.

English
language

Content

Introduction

Introduction and Bot Demo
Prerequisites
Source Code

Software Installations

Signing up for Twilio
Signing up for MongoDB
Installing Python and PyCharm
Installing NPM and all the packages required

Basic WhatsApp Automation Bot

Creating a basic WhatsApp Automation Bot
Fix: Localtunnel giving random URLs
Sending Media and Fetching Phone Number of the User
Conditional Messaging

Advanced WhatsApp Automation Project

Building Strategy
Configuring MongoDB
Building Main Page
Building Ordering Page
Building Address Page
Adding Multiple Orders Support
Deploying the bot to Heroku
Deploying the bot to Heroku Contd. – Testing