Skip to content

Create WhatsApp Bot with Twilio Using Python Tutorial with Examples

Notifications You must be signed in to change notification settings

pragnakalp/WhatsApp-bot-python-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WhatsApp Bot Using Python Tutorial with Examples

Build Status

we will learn how to connect our whatsapp account with Twilio sandbox and further how we can send different responses through twilio. Moreover, when we send any file to the twilio Whatsapp account then get that file at the server.

Features

  • Text Response
  • Image Response
  • Video Response
  • Document Type Response
  • Audio Response

Installation

Requires Python to run.

Create Virtual Evironment.

virtualenv env --python=python3

Activate Virtual Evironment.

source env/bin/activate

Install All Required Libraries.

pip install -r requirements.txt

Then Run Python flask App.

python whatsapp.py

About

Create WhatsApp Bot with Twilio Using Python Tutorial with Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages