Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arabiancoconut/whatsapp_quicksend
Pure Python Application for Whatsapp QuickSend
https://github.com/arabiancoconut/whatsapp_quicksend
python python-app python-application whatsapp-api
Last synced: 10 days ago
JSON representation
Pure Python Application for Whatsapp QuickSend
- Host: GitHub
- URL: https://github.com/arabiancoconut/whatsapp_quicksend
- Owner: ArabianCoconut
- License: mit
- Created: 2023-09-01T11:23:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-21T13:47:04.000Z (7 months ago)
- Last Synced: 2024-05-22T00:51:29.039Z (7 months ago)
- Topics: python, python-app, python-application, whatsapp-api
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Author: Arabian Coconut
## Date: 01/Sep/2023
### Version: 1.0.0
### Status of project: **Complete**
### Description: The App opens whatsapp web and allows you to send messages to a person without saving their number.---
## How to use:
1. Download and then run exe file from releases.
2. Enter the number you want to send message to.
3. WhatsApp web will open in your default browser or WhatsApp application.---
## How to build:
1. Clone the repository.
2. Install the requirements using `pip install -r requirements.txt`
3. Run `pyinstaller -F src/WhatsApp_QuickSend.py` to build the exe file.
4. The exe file will be in the dist folder.
5. You can also run the python file directly using `python src/WhatsApp_QuickSend.py`