Automated tool for sending whatsapp v1.1 using webbrowser
Python 3.7.x is required
pip -r requirements.txt
use your country code without + (e.g: 62) separated with break lines
62123456789
62123456789
62123456789
62123456789
Works with
This is message
This
is
message
Bold Text using asterisk:
*This is message*
Italic Text using underscore:
_This is message_
Striketrough Text using tilde:
~This is message~
import pyautogui
while True:
print(pyautogui.position())
- Multiline message
- Add Image to message
- Detect number not working
- Haranobu