How it Works? - kp7742/WAAutoResponder GitHub Wiki
Basically
WAAutoResponder uses Notification Apis of Android, So Make Sure Chats Are not Mute and Notification of Chats are Showing Correctly.
WAAutoResponder Follows this Flow:
- First It get Signal of New Message from Notification.
- Then It Reads that Message from Whatsapp App's Database.
- It parse the words from message and select appropiate reply message.
- It sends Reply Message to appropiate group or contact which sent message.