SkillAgentSearch skills...

Supbot2

Simplest WhatsApp automation Library for Python

Install / Use

/learn @adam-saudagar/Supbot2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Supbot2

Discord Chat Donations Badge GitHub stars

Simplest WhatsApp automation Library for Python


Supbot2 is an unofficial WhatsApp automation library written in Python which can be used to create bots. Supbot2 uses Appium to automate WhatsApp application on your android device/emulator, and perform various actions (like sending message), and also trigger events (like receiving message).

Usage

Following code resends the message received from a contact (in just 5 LOC!).

from supbot import Supbot


def repeat_message(contact_name, message):
    supbot.send_message(contact_name, message)


with Supbot(message_received=repeat_message) as supbot:
    supbot.wait_for_finish()
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated11mo ago
Forks5

Languages

Python

Security Score

82/100

Audited on Apr 24, 2025

No findings