Supbot2
Supbot2 copied to clipboard
Simplest WhatsApp automation Library for Python
Example of my script from supbot import Supbot from datetime import datetime as dt def repeat_message(contact_name, message): print(message, dt.now().strftime('%M:%S')) supbot.send_message(contact_name,message) with Supbot(repeat_message, device='emulator-5554', no_server=True) as supbot: supbot.wait_for_finish() supbot - INFO...
Hi, a suggestion: I could add the automation of creating x groups of whattsap automatically, whose names are passed by parameter / array. I do not see any bot of...