ZapLib is a Java library for the WhatsApp Web.
This project was based on Baileys, Sigalor and WhatsappWeb4j
Functions Working:
- Check number existence.
- Find chat from Number.
- Load old messages on chat.
- Send text message.
- Send document message.
- Send image message.
- Send sticker message.
- Send video message.
- Send gif message.
- Send audio message.
- Send ptt message.
- Send contact message.
- Send button message.
- Send list message. (Android (Personal or Business) or IOS (Personal))
- Send quoted message.
- Receive message.
- Download media message.
- Revoke message.
- Delete message.
- Send presence update (Online, Offline, Composing, Recording).
- Mark chat read/unread.
- Pin/Unpin chat.
- Clear chat.
- Get profile pic.
- Update profile pic.
- Initial research on how it works based on these projects Baileys, Whatsmeow and WhatsappWeb4j
- NoiseHandler
- Handshake
- Receive Pair-Device
Check test class to basic usage for now