Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mount-isaac/whatsapp
Whatsapp automation -- sending & reading messages
https://github.com/mount-isaac/whatsapp
automation automation-framework automation-testing whatsapp whatsappautomation whatsatpp
Last synced: about 1 month ago
JSON representation
Whatsapp automation -- sending & reading messages
- Host: GitHub
- URL: https://github.com/mount-isaac/whatsapp
- Owner: Mount-Isaac
- Created: 2024-01-28T20:46:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:30:08.000Z (11 months ago)
- Last Synced: 2024-01-28T22:24:12.526Z (11 months ago)
- Topics: automation, automation-framework, automation-testing, whatsapp, whatsappautomation, whatsatpp
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WhatsApp Automation with Official Ultramsg API
Welcome to the WhatsApp automation project using the Whaspa API! This simple script allows you to automate sending and retrieving messages from WhatsApp using the Whaspa API. Before you get started, make sure to follow the steps below:
Sign Up for Token & Instance values here Ultramsg
Setup
1. Clone the repository:
```bash
git clone https://github.com/Mount-Isaac/Whatsapp.git
cd Whatsapp
```2. Install the requirements:
```bash
pip install -r requirements.txt
```3. Run the program:
```bash
python automate_whatsapp.py
```