SkillAgentSearch skills...

Pywhatsapp

Simple wrapper around yowsup to send a message or mediafile with whatsapp

Install / Use

/learn @tax/Pywhatsapp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Example usage

You can register a whatsapp client with the yowsup-cli

from whatsapp import Client

phone_to = '31641371199'

client = Client(login='3161516888', password='secretpasswordbase64')
client.send_message(phone_to, 'Hello Lola')
client.send_media(phone_to, path='/Users/tax/Desktop/logo.jpg')

Installation

$ pip install pywhatsapp

Related Skills

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated2y ago
Forks22

Languages

Python

Security Score

65/100

Audited on Oct 13, 2023

No findings