Skip to content

Automated tool for sending whatsapp v1.0 using webbrowser

Notifications You must be signed in to change notification settings

unsa1nted/tukangposwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TukangPos WA

Automated tool for sending whatsapp v1.1 using webbrowser

Install

Requirements
Python 3.7.x is required
Install requirements
pip -r requirements.txt

How to use

Edit your phone number list (no.txt)

use your country code without + (e.g: 62) separated with break lines

62123456789
62123456789
62123456789
62123456789
Edit your message (message.txt)

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~

Navigate the close

Use pyautogui for navigate the close position
import pyautogui
while True:
  print(pyautogui.position())

ToDoList

  • Multiline message
  • Add Image to message
  • Detect number not working

Contributors

Who has made this simple tool
  • Haranobu

About

Automated tool for sending whatsapp v1.0 using webbrowser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages