Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murf-y/whatsapp_web_wrapper
Tool that allows you to send a pdf to a given number through the whatsapp web interface.
https://github.com/murf-y/whatsapp_web_wrapper
selenium whatsapp-web
Last synced: 25 days ago
JSON representation
Tool that allows you to send a pdf to a given number through the whatsapp web interface.
- Host: GitHub
- URL: https://github.com/murf-y/whatsapp_web_wrapper
- Owner: Murf-y
- Created: 2024-02-29T21:55:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T20:46:28.000Z (6 months ago)
- Last Synced: 2024-10-14T05:40:59.391Z (25 days ago)
- Topics: selenium, whatsapp-web
- Language: Python
- Homepage:
- Size: 85.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Whatsapp Web Wrapper
Tool that allows you to send a pdf to a given number through the whatsapp web interface.
## Installation & Build
- Set the number you want to send the pdf to in the `main` function.
- Set the path to the pdf file you want to send in the `main` function.
Double click on the `install_and_build.bat` file to install the required packages and build the project.
## Usage
### Run the executable
After building the project, you can find the executable in the same directory as the source code.
Click on the `exe` file to run the program.
### Run the code
You can also run the code by executing the following command in the terminal:
```bash
python wrapper.py
```