v3.6 - Envio automatizado WhatsApp Web con busqueda por nombre y telefono, deteccion de ticks via msg-meta/SVG title, y validacion integral de selectores

This commit is contained in:
2026-06-25 13:29:47 -05:00
commit ec5ebbd20f
15 changed files with 1627 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from whatsapp_sender.main import main
if __name__ == "__main__":
main()