Skip to main content

A package that automates sending messages through WhatsApp Web

Project description

wappdriver

API for WhatsApp Web Automation

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

Tests Maintenance GitHub Release CodeFactor

It is very simple to use

from wappdriver import WhatsApp
with WhatsApp() as bot:
    bot.send('aahnik',  # name of recipient
             'hi send by a bot')  # message
# The name of the recipient should be in your contacts

wappdriver enables you to send WhatsApp messages programmatically, using only three lines of code.

A python package that helps you automate sending messages through WhatsApp Web 😎

How to install

pip install wappdriver

For Mac and Linux, you may need to use pip3.

PyPI

MIT LICENSE

Requirements

made-with-python

Make sure to have matching versions of the Chrome Browser and Chrome Driver. I recommend using the latest stable release for both to get the best performance.

WappDriver does not support other Browsers. Please use Chrome for a smooth experience

Help

Read the Help Page

For further assistance you can ask a question the issues section.

Why wappdriver

  • fast and reliable
  • WhatsApp's website structure may change, the selectors can be updated over the internet dynamically, without changing code.
  • chrome Driver path setting is hassle-free
  • actively maintained
  • fast support, if you need help
  • send messages with bold, italics, or strikethrough
  • send emojis
  • send images, videos, and gifs
  • send documents and files
  • can set a custom time out to make wappdriver run properly on old computers or with a slow internet connection
  • more new features will be added soon

Read the full Documentation to know about all the features.

Contributing

Please look at Code of Conduct and Contributing Guidelines

Please read the explanation of the detailed working of wappdriver from the Developer's Guide.

Legal

This code is in no way affiliated with, authorized, maintained, sponsored, or endorsed by WhatsApp or any of its affiliates or subsidiaries. This is an independent and unofficial software.

This project is distributed under MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wappdriver-0.6.3.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

wappdriver-0.6.3-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page