All Projects → aahnik → wappdriver

aahnik / wappdriver

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

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to wappdriver

whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-17.5%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (+40%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (+55%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+472.5%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+625%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+210%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+10157.5%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-57.5%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-bot
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+110%)
Mutual labels:  whatsapp, whatsapp-web, hacktoberfest2020
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-32.5%)
Mutual labels:  whatsapp, whatsapp-web
bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (+95%)
Mutual labels:  whatsapp, whatsapp-bot
whatsie
Qt Based WhatsApp Client
Stars: ✭ 437 (+992.5%)
Mutual labels:  whatsapp, whatsapp-web
WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (+12.5%)
Mutual labels:  whatsapp-web, whatsapp-bot
WhatsappWeb4j
Standalone fully-featured Whatsapp Multi Device Web API for Java and Kotlin
Stars: ✭ 198 (+395%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-api-client
This library helps you easily create a javascript application with Whatsapp support
Stars: ✭ 39 (-2.5%)
Mutual labels:  whatsapp, whatsapp-bot
Stickerworld
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
Stars: ✭ 47 (+17.5%)
Mutual labels:  whatsapp, whatsapp-bot
Nana-MD
Nana Multi Device Testing Bot
Stars: ✭ 29 (-27.5%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-15%)
Mutual labels:  whatsapp, whatsapp-bot
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+137.5%)
Mutual labels:  selenium-webdriver, hacktoberfest2020
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-55%)
Mutual labels:  whatsapp, whatsapp-bot

wappdriver

UPDATE: I WILL BE LEAVING WHATSAPP AFTER AUGUST 2021. THIS PACKAGE WILL NO LONGER BE MAINTAINED. SWITCH TO TELEGRAM FOR A EASIER LIFE AND A FREE OFFICIAL API.

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 MIT LICENSE made-with-python

Usage 😎

wappdriver is a python package that helps you automate sending messages through WhatsApp Web.

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

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

Read full documentation 📖 to learn how to send emojis, media and files.

Installation

You can easily install wappdriver from the PyPI.

pip install wappdriver

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

Requirements 🧑‍💻

You must have the following installed in your system for wappdriver to work.

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.

Setup ⚙️

After you have installed wappdriver and the requirements stated above, you can start using wappdriver straight away.

When you will run your code for the first time, you will be asked for Chrome Driver Path. When the WhatsApp web screen loads for the first time, you have to scan the QR code from you smartphone's WhatsApp application, to log into your WhatsApp account. Learn more.

Getting Help 💁🏻

First of all, read the Help Page. You may try to search your question in the search bar on the page.

For further assistance you may ask a question in the discussions section.

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 project is distributed under MIT License.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].