Package wappdriver

API for WhatsApp Web Automation


Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!

Read the Documentaion

View on GitHub

This page is detailed documentation of the internals of wappdriver, automatically generated from docstrings.

This page is intended for developer's who want to contribute code to wappdriver.

If you wish to just use wappdriver, read the Usage Guide

Expand source code
'''
API for WhatsApp Web Automation

----

Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!

Read the [Documentaion](https://aahnik.github.io/wappdriver/)

View on [GitHub](https://github.com/aahnik/wappdriver)

This page is detailed documentation of the internals of wappdriver, automatically generated from docstrings.

This page is intended for developer's who want to contribute code to wappdriver. 

If you wish to just use wappdriver, read the [Usage Guide](https://aahnik.github.io/wappdriver/)


'''

__version__ = "0.6.3"

# from .context import Wapp
from .local import set_chrome_driver_path, update_selectors
# from .error import handle_errors
# from .driver import WappDriver
from .whatsapp import category, WhatsApp

# AAHNIK 2020

Sub-modules

wappdriver.cli

command line

wappdriver.driver

This module driver.py contains the WappDriver class, which is responsible for driving the core features of the application. You have to create an …

wappdriver.error

This module error.py defines custom Wappdriver Exception. WappDriver Excpetion helps in abstracting internal exception details from the end user

wappdriver.local

local

wappdriver.tests
wappdriver.whatsapp

This module contains the context manager for creating a bot ie an instance of WappDriver Class