It is a module that has the function of sending and deleting whatsapp messages using Selenium
Project description
Whatsappbot-selenium
Getting Started
Dependencies
You need Python 3.7 or later to use pacotepypi. You can find it at python.org. You also need setuptools, wheel and twine packages, which is available from PyPI. If you have pip, just run:
pip install selenium
pip install webdriver-manager
Installation
Clone this repo to your local machine using:
git clone https://github.com/matcarvalho/whatsappbot-selenium.git
Functions
- Send Menssage with Selenium by Whatsapp
- Parameters: Contact (Name the person or Group) and message
- Delete Menssage with Selenium by Whatsapp
- Parameters: Contact (Name the person or Group)
Example
import Whatsappbot
test = Whatsappbot()
test.send_message("Lucas","Hi, your tracking code is 12312")
test.delete_message("Lucas") -> Will delete the last message
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file whatsappbot-selenium-0.0.1.tar.gz.
File metadata
- Download URL: whatsappbot-selenium-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f01cfcc130e2d56fce8c5eee2084c231f5c6b21d4f5266bdab5942253c69eb36
|
|
| MD5 |
10fe5eefd681dc817d4a61aa3567d86f
|
|
| BLAKE2b-256 |
49e3fea97b101dbb0ad276fcdc52a88d17c719a329cd22846afbb9013857efa5
|